Skip to content

Commit 2296ca0

Browse files
committed
chore: rename snapshot path to look similar existing puppeteer one
1 parent 3da63fe commit 2296ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
globalSetup: require.resolve("./scripts/setupPlaywright.js"),
99
testIgnore: "**/*.ignore.*",
1010
testDir: "./test/e2e",
11-
snapshotPathTemplate: "./test/e2e/snaps/{testFilePath}/{arg}{ext}",
11+
snapshotPathTemplate: "./test/e2e/__snapshots__/{testFilePath}/{arg}{ext}",
1212
fullyParallel: false,
1313
forbidOnly: !isCI,
1414
retries: isCI ? MAX_RETRIES : 0,

0 commit comments

Comments
 (0)