We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c032646 commit ed89f6aCopy full SHA for ed89f6a
test/config.ts
@@ -50,7 +50,7 @@ globalSetup(async () => {
50
51
const config: Config = {
52
testDir: path.join(__dirname, "e2e"), // Search for tests in this directory.
53
- timeout: 30000, // Each test is given 30 seconds.
+ timeout: 60000, // Each test is given 60 seconds.
54
retries: 3, // Retry failing tests 2 times
55
}
56
@@ -64,7 +64,7 @@ setConfig(config)
64
65
const options: PlaywrightOptions = {
66
headless: true, // Run tests in headless browsers.
67
- video: "retain-on-failure",
+ video: "retry-with-video",
68
69
70
// Run tests in three browsers.
0 commit comments