Skip to content

Commit fff08fd

Browse files
committed
Enable traces by default
1 parent 710dbcc commit fff08fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig<PluginOptions>({
1111
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
1212
reporter: 'list',
1313
use: {
14-
trace: 'on-first-retry',
14+
trace: 'on',
1515
video: 'on',
1616
viewport: { width: 1920, height: 1080 },
1717
},

0 commit comments

Comments
 (0)