Skip to content

Commit

Permalink
chore(root): generate html playwright report for github artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFriesenGitHub committed Sep 6, 2024
1 parent 3cdacb6 commit cda4cec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/TEST_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
run: pnpm i; pnpm playwright install --with-deps

- name: 💀 Run E2E Tests
run: pnpm nx run-many -t e2e -p docs-e2e website-e2e portal-e2e --parallel=false --verbose
run: pnpm nx run-many -t e2e -p docs-e2e website-e2e portal-e2e --parallel=false --reporter=html --verbose

- name: Check Playwright Report Directory 🎭
run: ls -la playwright-report/

- name: 📄 Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cda4cec

Please sign in to comment.