Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Mar 23, 2024
1 parent 284dfae commit ac5187f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
},
forbidOnly: !!process.env.CI,
fullyParallel: true,
globalSetup: require.resolve("./global-setup"),
globalSetup: fileURLToPath(new URL("./e2e/global-setup.ts", import.meta.url)),
reporter: process.env.CI ? "dot" : "list",
retries: process.env.CI ? 2 : 0,
snapshotPathTemplate: "{testDir}/__snapshots__/{testFilePath}/{arg}{ext}",
Expand Down

0 comments on commit ac5187f

Please sign in to comment.