Skip to content

Commit 6eace68

Browse files
chore: pipe the webServer output for cloudflare playwright runs (#7951)
1 parent 511d89a commit 6eace68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/site/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function getWebServerConfig(): Pick<Config, 'webServer'> {
4141
if (process.env.PLAYWRIGHT_RUN_CLOUDFLARE_PREVIEW) {
4242
return {
4343
webServer: {
44+
stdout: 'pipe',
4445
command: '../../node_modules/.bin/turbo cloudflare:preview',
4546
url: process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:3000',
4647
timeout: 60_000 * 3,

0 commit comments

Comments
 (0)