Skip to content

Commit

Permalink
set reporter to github
Browse files Browse the repository at this point in the history
  • Loading branch information
goemen committed Mar 21, 2024
1 parent 48d8393 commit 4e57973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
E2E_USERNAME: ${{ secrets.E2E_USERNAME }}
E2E_PASSWORD: ${{ secrets.E2E_PASSWORD }}
run: |
npx playwright test --reporter=github
mkdir playwright-report
npx playwright test --reporter=html
- uses: actions/upload-artifact@v4
name: upload results
with:
Expand Down

0 comments on commit 4e57973

Please sign in to comment.