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 7fda491 commit 9b4468bCopy full SHA for 9b4468b
playwright.config.ts
@@ -17,6 +17,7 @@ const config: PlaywrightTestConfig = defineConfig({
17
retries: process.env.CI ? 2 : 0,
18
forbidOnly: !!process.env.CI,
19
snapshotDir: 'tests/e2e/snapshots',
20
+ failOnFlakyTests: !!process.env.CI,
21
// put all snapshots in one directory
22
// https://playwright.dev/docs/api/class-testconfig#test-config-snapshot-path-template
23
snapshotPathTemplate: '{snapshotDir}/{arg}-{projectName}-{platform}{ext}',
0 commit comments