We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710dbcc commit fff08fdCopy full SHA for fff08fd
playwright.config.ts
@@ -11,7 +11,7 @@ export default defineConfig<PluginOptions>({
11
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
12
reporter: 'list',
13
use: {
14
- trace: 'on-first-retry',
+ trace: 'on',
15
video: 'on',
16
viewport: { width: 1920, height: 1080 },
17
},
0 commit comments