We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7eb45 commit 5574ff6Copy full SHA for 5574ff6
.github/workflows/pr-main-workflow.yml
@@ -26,4 +26,9 @@ jobs:
26
- name: Run your tests
27
run: |
28
cd autotests
29
- xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test
+ xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test --reporter=html
30
+ - name: Upload Playwright report
31
+ uses: actions/upload-artifact@v3
32
+ with:
33
+ name: playwright-report
34
+ path: playwright-report/
0 commit comments