diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index 5e632267..682ee0fc 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -91,7 +91,7 @@ export default defineConfig({ baseURL: process.env.BASE_URL || 'https://selfservice.test.glassclaim.com', trace: 'on-first-retry', headless: process.env.CI ? true : false, - video: 'retain-on-failure', + video: 'off', viewport: { width: 1920, height: 1080 }, screenshot: "only-on-failure", actionTimeout: process.env.CI ? 90_000 : 60_000,