Add retry for tests

This commit is contained in:
thiloho
2024-10-26 23:19:20 +02:00
parent 9d24340867
commit e923c499cc

View File

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