Skip to content

Commit

Permalink
chore: add reporter
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Nguyen <[email protected]>
  • Loading branch information
vujita committed Jul 14, 2024
1 parent 1fcf42a commit 78d3985
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ jobs:
- name: Run Playwright tests
run: pnpm turbo run e2e

- name: Playwright Report Summary
if: always()
run: |
cp apps/vubnguyen/playwright-report/playwright-results.json playwright-results.json
ls
cat playwright-reports.json
- uses: daun/playwright-report-summary@v3
if: always()
with:
report-file: playwright-reports.json

- uses: actions/upload-artifact@v3
name: Upload Playwright report(vubnguyen)
if: always()
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ storybook-static

# logs
*.log

# playwright
playwright-results.json

0 comments on commit 78d3985

Please sign in to comment.