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 b20cad7
Showing 1 changed file with 2 additions and 2 deletions.
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 b20cad7

Please sign in to comment.