Skip to content

Commit

Permalink
turn trace on for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Mar 13, 2024
1 parent 4f8b9db commit fbea4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
// baseURL: 'http://127.0.0.1:3000',

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

timeout: 10 * 1000,
Expand Down

0 comments on commit fbea4be

Please sign in to comment.