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 3da63fe commit 2296ca0Copy full SHA for 2296ca0
playwright.config.js
@@ -8,7 +8,7 @@ module.exports = {
8
globalSetup: require.resolve("./scripts/setupPlaywright.js"),
9
testIgnore: "**/*.ignore.*",
10
testDir: "./test/e2e",
11
- snapshotPathTemplate: "./test/e2e/snaps/{testFilePath}/{arg}{ext}",
+ snapshotPathTemplate: "./test/e2e/__snapshots__/{testFilePath}/{arg}{ext}",
12
fullyParallel: false,
13
forbidOnly: !isCI,
14
retries: isCI ? MAX_RETRIES : 0,
0 commit comments