most-table-70794
03/06/2023, 9:00 AMcypress run with the baseUrl set I keep getting this error :
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.