diff --git a/playwright.config.ts b/playwright.config.ts index 89194329..eddccd67 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -76,6 +76,8 @@ const config: PlaywrightTestConfig = { command: 'pnpm --filter=./playground start', port: process.env.PORT ? Number(process.env.PORT) : 3000, reuseExistingServer: !process.env.CI, + stderr: 'pipe', + stdout: 'pipe', }, };