Skip to content

Commit

Permalink
use json report and --json option
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Apr 9, 2024
1 parent 15ffd63 commit 4b46d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
- name: Run Playwright tests
run: npx playwright test --project=${{ matrix.browser }} $(cat launchable-subset.txt)
- name: Record
run: launchable record tests playwright report.xml
run: launchable record tests playwright --json report.json
if: always()

0 comments on commit 4b46d78

Please sign in to comment.