diff --git a/test/playwright.config.ts b/test/playwright.config.ts index 9063a04b..679dd33f 100644 --- a/test/playwright.config.ts +++ b/test/playwright.config.ts @@ -12,7 +12,7 @@ const config: PlaywrightTestConfig = { // Put any shared options on the top level. use: { headless: true, // Run tests in headless browsers. - video: "on", + video: "retain-on-failure", }, projects: [