mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Use single worker for more reliable tests
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user