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 73439ac commit 11872c9Copy full SHA for 11872c9
1 file changed
tests/playwright.config.ts
@@ -25,6 +25,8 @@ export default defineConfig({
25
use: {
26
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
27
trace: 'on-first-retry',
28
+ video: 'retain-on-failure',
29
+ screenshot: 'on'
30
},
31
32
/* Configure projects for major browsers */
0 commit comments