Closed
Description
When i set the proxy according to https://github.com/NativeScript/nativescript-cli#configure-proxy-usage the running the unit tests runner will also proxy the localhost calls. This is giving me problems in combination with the corporate proxy.
It would be very nice if the nativescript-cli will correctly honor the ENV variables for http_proxy
, https_proxy
and no_proxy
.
Support for no_proxy
in the config.json
would also be very great!