We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5d4fc commit a524c90Copy full SHA for a524c90
.github/workflows/playwright-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
run: npx playwright install
28
29
- name: Run Playwright tests
30
- run: npx playwright test
+ run: npx playwright test --reporter=html
31
32
- name: Upload Playwright report
33
if: always()
0 commit comments