We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511d89a commit 6eace68Copy full SHA for 6eace68
apps/site/playwright.config.ts
@@ -41,6 +41,7 @@ function getWebServerConfig(): Pick<Config, 'webServer'> {
41
if (process.env.PLAYWRIGHT_RUN_CLOUDFLARE_PREVIEW) {
42
return {
43
webServer: {
44
+ stdout: 'pipe',
45
command: '../../node_modules/.bin/turbo cloudflare:preview',
46
url: process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:3000',
47
timeout: 60_000 * 3,
0 commit comments