Use single worker for more reliable tests

This commit is contained in:
thiloho
2024-10-27 02:11:10 +02:00
parent 924c000f4b
commit f7180ebd92

View File

@@ -11,6 +11,7 @@ const config: PlaywrightTestConfig = {
}, },
testDir: "./tests", testDir: "./tests",
testMatch: /(.+\.)?(test|spec)\.ts/, testMatch: /(.+\.)?(test|spec)\.ts/,
workers: 1,
retries: 3, retries: 3,
// https://github.com/NixOS/nixpkgs/issues/288826 // https://github.com/NixOS/nixpkgs/issues/288826
projects: [ projects: [