fix: validate JD01 source browser launch

This commit is contained in:
Codex
2026-06-29 09:38:32 +00:00
parent d9cbc1434c
commit a4a475de53
2 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -823,7 +823,7 @@ lanes:
npx --version
install:
executor: host
dependencyCommand: npm install --no-save --package-lock=false --ignore-scripts --no-audit --no-fund playwright@1.59.1
dependencyCommand: npm install --no-save --package-lock=false --ignore-scripts --no-audit --no-fund playwright@1.59.1 && npx playwright install-deps chromium
browserCommand: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium
stateDir: /var/lib/unidesk/hwlab-source-workspace-install
timeoutSeconds: 900