Skip to content

Commit

Permalink
Add reporter for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper81 committed Jul 15, 2024
1 parent e40e1e9 commit e7abb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npx playwright install --with-deps

- name: Run Playwright tests
run: npm run test:e2e
run: npm run test:e2e -- --reporter=html

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit e7abb5c

Please sign in to comment.