Replies: 1 comment 1 reply
-
I can confirm it, cy.request() ignores all HTTP_PROXY or HTTPS_PROXY environment variables. Should we convert this to a bug? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm facing a problem inside my CI environment using Jenkins, even declaring the HTTPS_PROXY and NO_PROXY as environment variables all my requests using
cy.request()
orcy.visit()
is performed inside the proxy:Jenkinsfile:
I'm looking for some way to append a proxy argument to a specific API call using
cy.request()
function but no results.In RestAssured I can specify the proxy like this, is really impossible to do it using Cypress?
Beta Was this translation helpful? Give feedback.
All reactions