From e923c499cc649f3f588882bd042aae0ca529bd27 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:19:20 +0200 Subject: [PATCH] Add retry for tests --- web-app/playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web-app/playwright.config.ts b/web-app/playwright.config.ts index 436b260..89f8750 100644 --- a/web-app/playwright.config.ts +++ b/web-app/playwright.config.ts @@ -11,6 +11,7 @@ const config: PlaywrightTestConfig = { }, testDir: "./tests", testMatch: /(.+\.)?(test|spec)\.ts/, + retries: 3, // https://github.com/NixOS/nixpkgs/issues/288826 projects: [ {