diff --git a/integration-tests/playwright.config.ts b/integration-tests/playwright.config.ts index f1b578618cb..287359f48ef 100644 --- a/integration-tests/playwright.config.ts +++ b/integration-tests/playwright.config.ts @@ -15,7 +15,7 @@ const config: PlaywrightTestConfig = { use: { actionTimeout: 5000, headless: true, - trace: "retain-on-failure", + trace: "on", screenshot: "off", video: "on", },