From f7180ebd92c5adba57cdf6c494e338beb840f9ae Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 27 Oct 2024 02:11:10 +0200 Subject: [PATCH] Use single worker for more reliable 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 89f8750..1204801 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/, + workers: 1, retries: 3, // https://github.com/NixOS/nixpkgs/issues/288826 projects: [