diff --git a/playwright.config.ts b/playwright.config.ts index 2d5423c0a..4ff321b5b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -24,8 +24,8 @@ const config: PlaywrightTestConfig = { baseURL: baseUrl || 'http://localhost:3000/', testIdAttribute: 'data-qa', trace: 'on-first-retry', - video: 'retain-on-failure', - screenshot: 'only-on-failure', + video: 'on', + screenshot: 'on', }, projects: [ {