Is there a way to bypass the verification on baseUrl or get it to use a different path for verification? #25833
jpierson-at-riis
started this conversation in
General
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 a problem with an application which does not serve any response on the
baseUrl
(ex.http://localhost:8080
). Instead the application is served fromhttp://localhost:8080/my-app/somepage.html
. Due to the normally helpful checks that Cypress does however to see if the server specified by baseUrl is reachable may tests fail to start and I get the following type of error message.It is expected behavior for my application that a request to
http://localhost:8080
would return a 404 status. How do I proceed to use Cypress without modifying how my application works?Beta Was this translation helpful? Give feedback.
All reactions