fix: route web-probe browsers path through YAML
This commit is contained in:
@@ -133,6 +133,7 @@ export function nodeRuntimeExpected(spec: HwlabRuntimeLaneSpec): Record<string,
|
||||
},
|
||||
webProbe: spec.webProbe === undefined ? null : {
|
||||
browserProxyMode: spec.webProbe.browserProxyMode ?? null,
|
||||
playwrightBrowsersPath: spec.webProbe.playwrightBrowsersPath ?? null,
|
||||
defaultOrigin: spec.webProbe.defaultOrigin ?? null,
|
||||
},
|
||||
bootstrapAdmin: spec.bootstrapAdmin === undefined ? null : {
|
||||
|
||||
Reference in New Issue
Block a user