How to overwrite the e2e baseUrl in cypress.config.ts? #29579
Unanswered
Baluditor
asked this question in
Questions and Help
Replies: 0 comments
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.
-
I'm running into an issue that our testing env's has a dynamic url which is unknown ahead of time.
I have the following
cypress.config.ts
:I have to use a different
env
var,hostUrl
instead of just the baseUrl as it's won't get overwritten by the following config:Beta Was this translation helpful? Give feedback.
All reactions