diff --git a/playwright.config.ts b/playwright.config.ts index cfea12f0..39caf0ee 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -24,7 +24,7 @@ const config: PlaywrightTestConfig = { globalSetup: require.resolve("./apps/web/playwright/lib/globalSetup"), outputDir: "./playwright/results", webServer: { - command: "yarn workspace @calcom/web start", + command: "yarn workspace @calcom/web start -p 3000", port: 3000, timeout: 60_000, reuseExistingServer: !process.env.CI,