Add support for the proxy and https-proxy configuration variables in NPM to control Cypress's proxy configuration.
Users should still be able to do HTTP_PROXY= (empty string) to disable proxy usage altogether.
This should allow Cypress to "just work" when launched by proxy users who use NPM as a launcher.
This should also be added to the CLI so that it can use npm_config_proxy at npm install time.
Add support for the
proxyandhttps-proxyconfiguration variables in NPM to control Cypress's proxy configuration.Users should still be able to do
HTTP_PROXY=(empty string) to disable proxy usage altogether.This should allow Cypress to "just work" when launched by proxy users who use NPM as a launcher.
This should also be added to the CLI so that it can use
npm_config_proxyatnpm installtime.