From 0efd1f1b8dd0250dab39783230b5dfc28c9487a1 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 15 Sep 2023 08:02:00 +0200 Subject: [PATCH] Switch to `'on-first-retry'` --- ui-tests/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tests/playwright.config.ts b/ui-tests/playwright.config.ts index b8a532a9ff..009174bfb3 100644 --- a/ui-tests/playwright.config.ts +++ b/ui-tests/playwright.config.ts @@ -4,7 +4,7 @@ module.exports = { ...baseConfig, use: { appPath: '', - trace: 'retain-on-failure', + trace: 'on-first-retry', video: 'retain-on-failure', }, retries: 1,