From f3052f24e9429a876ee61e96226a0975c6bc0575 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 5 Dec 2024 16:52:28 +0100 Subject: [PATCH] Enable the Playwright trace --- ui-tests/playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tests/playwright.config.js b/ui-tests/playwright.config.js index 7ad6dac..f00e15c 100644 --- a/ui-tests/playwright.config.js +++ b/ui-tests/playwright.config.js @@ -14,7 +14,7 @@ module.exports = { retries: 0, use: { ...baseConfig.use, - trace: 'off' + trace: 'on-first-retry' }, expect: { toMatchSnapshot: {