From d30631f38393abe858498eab72af7f195556e03c Mon Sep 17 00:00:00 2001 From: Piumal Rathnayake Date: Wed, 31 Jul 2024 02:25:48 +0530 Subject: [PATCH] Update video config of playwright.config.ts --- playwright.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 7b4e33c..5e8d075 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -23,8 +23,8 @@ const config: PlaywrightTestConfig = { use: { baseURL: `${process.env.E2E_BASE_URL}/spa/`, storageState: 'e2e/storageState.json', - video: 'off', - trace: 'off', + video: 'retain-on-failure', + trace: 'retain-on-failure', }, projects: [ {