From 2adeb5758825d45c132d9c3315e9cdbb06d5b907 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 30 Sep 2024 18:58:40 +0000 Subject: [PATCH] chore: keep video on failure --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.ts b/playwright.config.ts index 4cfa55b5..61629cb0 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -28,6 +28,7 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', + video: 'retain-on-failure', }, /* Configure projects for major browsers */