Can I configure ip address to be US-based? #16171
Answered
by
bahmutov
quad5
asked this question in
Questions and Help
-
Hi, Certain features on our websites are available to US-based ip addresses only. Is it possible to set ip address to US region in Cypress? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
bahmutov
Apr 26, 2021
Replies: 2 comments
-
Cypress does not control the IP address, it just runs in whatever container you start it in. Thus if you want to change the IP during the test, it is something you should configure in your CI setup. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bahmutov
-
I want to run the e2e tests each time with a different proxy. Is that possible in cypress? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cypress does not control the IP address, it just runs in whatever container you start it in. Thus if you want to change the IP during the test, it is something you should configure in your CI setup.