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