You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for this is done in cypress-io/cypress#4705, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Add support for the
proxy
andhttps-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
atnpm install
time.The text was updated successfully, but these errors were encountered: