diff options
Diffstat (limited to '')
-rw-r--r-- | playwright.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playwright.config.ts b/playwright.config.ts index e6d1b89..ce2738f 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -30,6 +30,7 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry", + video: "on-first-retry", }, /* Configure projects for major browsers */ |