fix: route web-probe browsers path through YAML

This commit is contained in:
Codex
2026-06-29 10:05:16 +00:00
parent 257c09462f
commit dfb3cfe22f
5 changed files with 13 additions and 2 deletions
@@ -1313,6 +1313,9 @@ export function runNodeWebProbeObserveStart(
const runnerEnvAssignments = [
...webProbeProxy.envAssignments,
...webProbeAccountEnvAssignments(),
...(spec.webProbe?.playwrightBrowsersPath === undefined ? [] : [
`PLAYWRIGHT_BROWSERS_PATH=${shellQuote(spec.webProbe.playwrightBrowsersPath)}`,
]),
`HWLAB_WEB_BASE_URL=${shellQuote(options.url)}`,
`HWLAB_WEB_USER=${shellQuote(material.username ?? secretSpec.bootstrapAdminUsername)}`,
`HWLAB_WEB_PASS=${shellQuote(material.password)}`,