parent
f0eed8ad30
commit
9733da67ae
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue