diff --git a/test/componentFixtures/playwright/playwright.config.ts b/test/componentFixtures/playwright/playwright.config.ts index 3a7aa9e49f8..a4caa600187 100644 --- a/test/componentFixtures/playwright/playwright.config.ts +++ b/test/componentFixtures/playwright/playwright.config.ts @@ -14,7 +14,7 @@ export default defineConfig({ timeout: 30_000, retries: 0, use: { - trace: 'on-first-retry', + trace: 'retain-on-failure', }, webServer: { command: 'npx component-explorer serve -p ../component-explorer.json --background --attach -vv',