Skip to content

Commit 3fa7b30

Browse files
authored
chore: update playwright config for platform examples (calcom#23352)
1 parent d9adb6c commit 3fa7b30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/platform/examples/base/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
retries: process.env.CI ? 2 : 0,
1111
workers: process.env.CI ? 1 : undefined,
1212
timeout: DEFAULT_TEST_TIMEOUT,
13-
fullyParallel: true,
13+
fullyParallel: false,
1414
reporter: [
1515
["list"],
1616
["html", { outputFolder: "./test-results/reports/playwright-html-report", open: "never" }],

0 commit comments

Comments
 (0)