From 634a9a61d76faf4bde9ad09bc7bbfb4d82f323ff Mon Sep 17 00:00:00 2001 From: Shayne Preston Date: Mon, 11 Nov 2024 14:59:06 -0500 Subject: [PATCH] remove stdout --- playwright.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 289b5dc..b3fc4b5 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -73,6 +73,5 @@ export default defineConfig({ url: playwrightEnv.URL, reuseExistingServer: !playwrightEnv.USE_LOCAL_SERVER, ignoreHTTPSErrors: true, - stdout: 'pipe', }, });