From 05d4cb76d264f686dc6842cb33fa213f2465e21b Mon Sep 17 00:00:00 2001 From: jamesmaa Date: Mon, 28 Oct 2024 12:06:47 -0700 Subject: [PATCH] Retain traces --- playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.js b/playwright.config.js index dfbec44b6..131e6a5ec 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -59,7 +59,7 @@ export default defineConfig({ // baseURL: 'http://localhost:3000', /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ - trace: 'on-first-retry', + trace: 'retain-on-failure', }, /* Configure projects for major browsers */