Skip to content

Commit 9de3e03

Browse files
committed
update screenshot paths
1 parent 6b3a42b commit 9de3e03

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

tests/playwright/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const WORKERS = 1
1010
*/
1111
export default defineConfig({
1212
testDir: '../e2e',
13+
snapshotPathTemplate: '{testDir}/{testFileDir}/{testFileName}-snapshots/{arg}-{platform}{ext}',
1314
fullyParallel: true,
1415
forbidOnly: !!process.env.CI,
1516
retries: process.env.CI ? RETRIES : 0,

0 commit comments

Comments
 (0)