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 de900a8 commit 035fe46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineConfig({
},
forbidOnly: !!process.env.CI,
fullyParallel: true,
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 035fe46

Please sign in to comment.