Skip to content

Commit

Permalink
Change back to on-first-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmaa committed Oct 29, 2024
1 parent 0adba80 commit fb9a908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default defineConfig({
// baseURL: 'http://localhost:3000',

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'retain-on-failure',
trace: 'on-first-retry',
},

/* Configure projects for major browsers */
Expand Down

0 comments on commit fb9a908

Please sign in to comment.