diff --git a/apps/site/playwright.config.ts b/apps/site/playwright.config.ts index f4e612c3d1507..523f40f644582 100644 --- a/apps/site/playwright.config.ts +++ b/apps/site/playwright.config.ts @@ -41,6 +41,7 @@ function getWebServerConfig(): Pick { if (process.env.PLAYWRIGHT_RUN_CLOUDFLARE_PREVIEW) { return { webServer: { + stdout: 'pipe', command: '../../node_modules/.bin/turbo cloudflare:preview', url: process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:3000', timeout: 60_000 * 3,