Skip to content

Commit a524c90

Browse files
committed
generate report
1 parent ca5d4fc commit a524c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npx playwright install
2828

2929
- name: Run Playwright tests
30-
run: npx playwright test
30+
run: npx playwright test --reporter=html
3131

3232
- name: Upload Playwright report
3333
if: always()

0 commit comments

Comments
 (0)