The latest release
1.21.15
of the mabl cli now supports an http.proxyMode
config flag that allows you to tell the mabl cli what traffic to apply the proxy on. This flag is also supported on the mabl cli docker images by setting the MABL_HTTP_PROXY_MODE
environment flag.http.proxyMode | description |
---|---|
mabl | Applies to mabl traffic only |
test | Applies to test traffic only |
all | Applies to both mabl and test traffic |
none | Do not apply the proxy at all. This can be useful when testing proxy settings or as a way to turn the proxy on/off when transitioning between work environments (e.g. office vs home) |
In addition the the above changes, the latest version of the cli also allows test to be exported using api key auth so that test export workflows can be better scripted.