This reverts commit 89261bbe00.
This commit is contained in:
@@ -99,7 +99,7 @@ export default defineConfig<{}, WorkerOptions>({
|
||||
},
|
||||
testDir: "playwright/e2e",
|
||||
outputDir: "playwright/test-results",
|
||||
workers: process.env.CI ? 2 : 1,
|
||||
workers: 1,
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
reporter: process.env.CI ? [["blob"], ["github"]] : [["html", { outputFolder: "playwright/html-report" }]],
|
||||
snapshotDir: "playwright/snapshots",
|
||||
|
||||
Reference in New Issue
Block a user