run adguard home in the background
This commit is contained in:
2
client/playwright.config.ts
vendored
2
client/playwright.config.ts
vendored
@@ -71,7 +71,7 @@ export default defineConfig({
|
|||||||
webServer: {
|
webServer: {
|
||||||
stdout: process.env.CI ? 'pipe' : 'ignore',
|
stdout: process.env.CI ? 'pipe' : 'ignore',
|
||||||
command: process.env.CI
|
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',
|
: 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v',
|
||||||
url: 'http://127.0.0.1:3000',
|
url: 'http://127.0.0.1:3000',
|
||||||
cwd: '..',
|
cwd: '..',
|
||||||
|
|||||||
Reference in New Issue
Block a user