|
|
@ -40,7 +40,7 @@ jobs: |
|
|
|
# Wrap `npm run` in a subshell to redirect STDERR to file. |
|
|
|
# Enable core dumps in the subshell. |
|
|
|
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash -c "ulimit -c unlimited && npm run test -- ${{ matrix.browser }} --reporter=dot,json" |
|
|
|
- run: node test/checkCoverage.js ${{ matrix.browser }} |
|
|
|
- run: node tests/config/checkCoverage.js ${{ matrix.browser }} |
|
|
|
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json |
|
|
|
if: always() && github.repository == 'microsoft/playwright' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release-')) |
|
|
|
- uses: actions/upload-artifact@v1 |
|
|
|