Allow retries (sometimes webdrvier fails)

This commit is contained in:
Dustin Brett 2023-07-23 17:07:15 -07:00
parent 3ec49c80f3
commit bc0b51ce34

View File

@ -23,6 +23,7 @@ const config: PlaywrightTestConfig = {
},
],
reporter: "html",
retries: process.env.CI ? 2 : 1,
testDir: "e2e",
use: {
baseURL,