Skip to content

Commit

Permalink
reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 17, 2024
1 parent a8803eb commit fbb0953
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
npm install -g @fern-api/fern-api-dev
- name: Run Playwright tests
run: pnpm exec playwright test playwright/fixtures
run: PLAYWRIGHT_JSON_OUTPUT_NAME=results.json pnpm exec playwright test playwright/fixtures --reporter json

- uses: actions/upload-artifact@v4
- uses: daun/playwright-report-summary@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
report-file: results.json

0 comments on commit fbb0953

Please sign in to comment.