From bf706de68e21468ceef214445ac0a97e4c3eecea Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:27:47 -0600 Subject: [PATCH] Update visual regression snapshot path --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",