From 53402120763a9d6335054a8b4b8e53e0363f8a67 Mon Sep 17 00:00:00 2001 From: Ian <52504170+ibacher@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:41:25 -0500 Subject: [PATCH] Retain trace on e2e failure --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.ts b/playwright.config.ts index 0ddeb08d..81c66e37 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -20,6 +20,7 @@ const config: PlaywrightTestConfig = { locale: 'en-US', storageState: 'e2e/storageState.json', video: 'retain-on-failure', + trace: 'retain-on-failure', }, projects: [ {