From 49c7cc6e8a11bcfb6e462d1e4c898952c0e0b637 Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 24 Jun 2021 15:08:41 -0500 Subject: [PATCH] Retain failed e2e videos only --- test/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/playwright.config.ts b/test/playwright.config.ts index 9063a04b..679dd33f 100644 --- a/test/playwright.config.ts +++ b/test/playwright.config.ts @@ -12,7 +12,7 @@ const config: PlaywrightTestConfig = { // Put any shared options on the top level. use: { headless: true, // Run tests in headless browsers. - video: "on", + video: "retain-on-failure", }, projects: [