We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2509d8e commit b4a1d6fCopy full SHA for b4a1d6f
playwright.config.ts
@@ -2,6 +2,7 @@ import { PlaywrightTestConfig } from "@playwright/test";
2
3
const config: PlaywrightTestConfig = {
4
testDir: "./e2e-tests",
5
+ workers: 1,
6
maxFailures: 1,
7
timeout: process.env.CI ? 30_000 : 15_000,
8
// Use a custom snapshot path template because Playwright's default
0 commit comments