feat(web-probe): add semantic YAML origins
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user