Skip to content

Commit b4a1d6f

Browse files
committed
1 worker
1 parent 2509d8e commit b4a1d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { PlaywrightTestConfig } from "@playwright/test";
22

33
const config: PlaywrightTestConfig = {
44
testDir: "./e2e-tests",
5+
workers: 1,
56
maxFailures: 1,
67
timeout: process.env.CI ? 30_000 : 15_000,
78
// Use a custom snapshot path template because Playwright's default

0 commit comments

Comments
 (0)