From 2d63ff03bb8f0779bf3a5e25179906fa4eeb10fe Mon Sep 17 00:00:00 2001 From: ernstmul Date: Fri, 18 Oct 2024 14:32:56 +0200 Subject: [PATCH] More test retries --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 0d8c2beda..e990c3558 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -4,7 +4,7 @@ const config: PlaywrightTestConfig = { timeout: 120000, reportSlowTests: null, reporter: [['html', { open: 'never' }]], - retries: 1, + retries: 3, use: { baseURL: 'http://localhost:4173/console/', trace: 'on-first-retry'