diff --git a/playwright.config.ts b/playwright.config.ts index 316c2a9..e4279a3 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -43,7 +43,7 @@ export default defineConfig({ }), // Browser-specific snapshot path template (includes projectName for cross-browser support) snapshotPathTemplate: - "{testDir}/{testFileName}-snapshots/{arg}-{projectName}.png", + "tests/e2e/{testFileName}-snapshots/{arg}-{projectName}.png", projects: [ { name: "chromium",