diff --git a/client/playwright.config.ts b/client/playwright.config.ts index 9561923b..5a467f8f 100644 --- a/client/playwright.config.ts +++ b/client/playwright.config.ts @@ -69,6 +69,7 @@ export default defineConfig({ ], webServer: { + stdout: process.env.CI ? 'pipe' : 'ignore', command: process.env.CI ? '/tmp/adguard/AdGuardHome --local-frontend -v' : 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v',