https://cypress.io logo
Cypress run fails to verify that the server is run...
# i-need-help
m
For some reason when I try to run
cypress run
with the baseUrl set I keep getting this error :
Copy code
Cypress failed to verify that your server is running.

Please start this server and then run Cypress again.
But when I remove the baseUrl and replace all
cy.visit(/)
to my website's url it just fails to open it. Meanwhile running
cypress open
works fine and allows me to run my spec without any problem.