diff --git a/ui-tests/playwright.config.ts b/ui-tests/playwright.config.ts index b8a532a9ff..009174bfb3 100644 --- a/ui-tests/playwright.config.ts +++ b/ui-tests/playwright.config.ts @@ -4,7 +4,7 @@ module.exports = { ...baseConfig, use: { appPath: '', - trace: 'retain-on-failure', + trace: 'on-first-retry', video: 'retain-on-failure', }, retries: 1,