diff --git a/client/playwright.config.ts b/client/playwright.config.ts index 50d8171b..91e5e599 100644 --- a/client/playwright.config.ts +++ b/client/playwright.config.ts @@ -71,7 +71,7 @@ export default defineConfig({ webServer: { stdout: process.env.CI ? 'pipe' : 'ignore', command: process.env.CI - ? './AdGuardHome --local-frontend -v' + ? 'sudo ./AdGuardHome --local-frontend -v | tee ./AdGuardHome.stdout 2>./AdGuardHome.stderr &' : 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v', url: 'http://127.0.0.1:3000', cwd: '..',