From 6075d05ddcd7ef156bea52428214a8eaa97b207b Mon Sep 17 00:00:00 2001 From: Yunus Date: Mon, 11 Nov 2024 06:11:04 +0700 Subject: [PATCH] k --- playwright.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.mts b/playwright.config.mts index ee868f8..3af8a0b 100644 --- a/playwright.config.mts +++ b/playwright.config.mts @@ -7,7 +7,7 @@ export default defineConfig({ command: 'bun run dev', url: 'http://localhost:3000', reuseExistingServer: !process.env.CI, - stdout: 'ignore', + stdout: 'pipe', stderr: 'pipe', }, use: {