From b3c224f937d9b331dde97e4c9a3efe79685a79cb Mon Sep 17 00:00:00 2001 From: Paul Biggar Date: Mon, 28 Nov 2022 15:07:41 +0000 Subject: [PATCH] Get playwright traces --- integration-tests/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/playwright.config.ts b/integration-tests/playwright.config.ts index f1b578618cb..287359f48ef 100644 --- a/integration-tests/playwright.config.ts +++ b/integration-tests/playwright.config.ts @@ -15,7 +15,7 @@ const config: PlaywrightTestConfig = { use: { actionTimeout: 5000, headless: true, - trace: "retain-on-failure", + trace: "on", screenshot: "off", video: "on", },