From cbefeb364383e93bb19ea4533d93bd634872956c Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Wed, 1 Apr 2026 11:28:14 +0200 Subject: [PATCH] add logs on failure --- test/componentFixtures/playwright/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',