Replies: 1 comment 1 reply
-
I'd need a reproducible example to exactly understand, but it sounds like the |
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
-
Hi,
I have been using Cypress for a while now and I'm really satisfied. I use env vars to configure my baseUrl, and its working great. Lately, I've noticed that the logs of cy.visit (for example), show that the domain of the request is, for example,
localhost:62312
instead ofsomething.sandbox.net
.Is that on purpose? I wish to see the real url for debugging purposes.
I should note that the same fake domain is shown in the console's address bar while the tests run.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions