From 6fc32644e114fff381d134c9ba0f748c1525be76 Mon Sep 17 00:00:00 2001 From: Kato Hiroki Date: Thu, 2 Apr 2026 22:04:48 +0000 Subject: [PATCH] test(e2e): enable trace retention on failure and retries Co-Authored-By: Claude Sonnet 4.6 --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.ts b/playwright.config.ts index aa8050b72..5c327f51c 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -8,6 +8,7 @@ const config: PlaywrightTestConfig = { }, use: { baseURL: process.env.BASE_URL ?? 'http://localhost:4173', + trace: 'retain-on-failure-and-retries', }, testDir: 'e2e', projects: [