feat(web-probe): add semantic YAML origins

This commit is contained in:
Codex
2026-07-10 12:37:13 +02:00
parent 2d4c1a5ffa
commit 2c47fd6528
18 changed files with 545 additions and 48 deletions
+1
View File
@@ -135,6 +135,7 @@ export function nodeRuntimeExpected(spec: HwlabRuntimeLaneSpec): Record<string,
browserProxyMode: spec.webProbe.browserProxyMode ?? null,
playwrightBrowsersPath: spec.webProbe.playwrightBrowsersPath ?? null,
defaultOrigin: spec.webProbe.defaultOrigin ?? null,
origins: spec.webProbe.origins ?? null,
},
bootstrapAdmin: spec.bootstrapAdmin === undefined ? null : {
username: spec.bootstrapAdmin.username,