mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 12:20:20 +01:00
Allow retries (sometimes webdrvier fails)
This commit is contained in:
parent
3ec49c80f3
commit
bc0b51ce34
|
|
@ -23,6 +23,7 @@ const config: PlaywrightTestConfig = {
|
|||
},
|
||||
],
|
||||
reporter: "html",
|
||||
retries: process.env.CI ? 2 : 1,
|
||||
testDir: "e2e",
|
||||
use: {
|
||||
baseURL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user