Skip to content

Commit

Permalink
added --reporter=html to playwright test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 2, 2024
1 parent 3f21e93 commit 049a98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Run Playwright tests
working-directory: ./frontend
run: |
sudo yarn playwright test
sudo yarn playwright test --reporter=html
- name: Upload Playwright report
if: always()
Expand Down

0 comments on commit 049a98e

Please sign in to comment.