mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
This commit is contained in:
parent
921adb2660
commit
056041443e
|
|
@ -16,7 +16,7 @@ const config: PlaywrightTestConfig = {
|
|||
{ name: "webkit", use: safari },
|
||||
],
|
||||
reporter: [["list"], ["html", { open: CI ? "never" : "always" }]],
|
||||
retries: CI ? 2 : 1,
|
||||
retries: CI ? 3 : 1,
|
||||
testDir: "e2e",
|
||||
use: {
|
||||
baseURL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user