Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 2aee8c7

Browse files
committed
snapshots
1 parent 01069ea commit 2aee8c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
globalTeardown: require.resolve("./global-teardown"),
88
reporter: "html",
99
retries: process.env.CI ? 2 : 0,
10+
snapshotPathTemplate: '{testDir}/snapshots/{testFilePath}/{arg}{ext}'
1011
testDir: ".",
1112
workers: process.env.CI ? 1 : undefined,
1213
use: {

0 commit comments

Comments
 (0)