Skip to content

Commit

Permalink
Remove traces
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Apr 1, 2024
1 parent f1d9b5a commit 1db868a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
name: playwright-report-${{ matrix.project }}
path: testing/playwright-report/
retention-days: 30
4 changes: 2 additions & 2 deletions testing/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default defineConfig({
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: `http://127.0.0.1:${PORT}`,

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: "on-first-retry",
/* Do not collect the trace. See https://playwright.dev/docs/trace-viewer */
trace: "off",
},

snapshotPathTemplate: "snapshots/{arg}{ext}",
Expand Down

0 comments on commit 1db868a

Please sign in to comment.