added

Mabl CLI proxy enhancements and other improvements

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.proxyModedescription
mablApplies to mabl traffic only
testApplies to test traffic only
allApplies to both mabl and test traffic
noneDo 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)
790

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.