* E2E fixes

* Ensures port 3000 for CI
This commit is contained in:
Omar López
2022-02-15 11:14:57 -07:00
committed by GitHub
parent f0eed8ad30
commit 9733da67ae

View File

@@ -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,