|
40 | 40 | - run: xvfb-run --auto-servernum -- bash -c "ulimit -c unlimited && npm run jest -- --testTimeout=30000"
|
41 | 41 | env:
|
42 | 42 | BROWSER: ${{ matrix.browser }}
|
43 |
| - DEBUG: "*,-pw:wrapped*" |
| 43 | + DEBUG: "pw:*,-pw:wrapped*" |
44 | 44 | DEBUG_FILE: "testrun.log"
|
45 | 45 | - uses: actions/upload-artifact@v1
|
46 | 46 | if: ${{ always() }}
|
|
76 | 76 | - run: npm run jest -- --testTimeout=30000
|
77 | 77 | env:
|
78 | 78 | BROWSER: ${{ matrix.browser }}
|
79 |
| - DEBUG: "*,-pw:wrapped*" |
| 79 | + DEBUG: "pw:*,-pw:wrapped*" |
80 | 80 | DEBUG_FILE: "testrun.log"
|
81 | 81 | - uses: actions/upload-artifact@v1
|
82 | 82 | if: ${{ always() }}
|
@@ -113,7 +113,7 @@ jobs:
|
113 | 113 | shell: bash
|
114 | 114 | env:
|
115 | 115 | BROWSER: ${{ matrix.browser }}
|
116 |
| - DEBUG: "*,-pw:wrapped*" |
| 116 | + DEBUG: "pw:*,-pw:wrapped*" |
117 | 117 | DEBUG_FILE: "testrun.log"
|
118 | 118 | - uses: actions/upload-artifact@v1
|
119 | 119 | if: ${{ always() }}
|
@@ -212,7 +212,7 @@ jobs:
|
212 | 212 | - run: xvfb-run --auto-servernum -- bash -c "ulimit -c unlimited && npm run jest -- --testTimeout=30000"
|
213 | 213 | env:
|
214 | 214 | BROWSER: ${{ matrix.browser }}
|
215 |
| - DEBUG: "*,-pw:wrapped*" |
| 215 | + DEBUG: "pw:*,-pw:wrapped*" |
216 | 216 | DEBUG_FILE: "testrun.log"
|
217 | 217 | PWCHANNEL: ${{ matrix.transport }}
|
218 | 218 | - uses: actions/upload-artifact@v1
|
|
0 commit comments