I am trying to run a Cypress project and I am getting error “specs not found”. What could be the issue?
Hi Miro Vasil,
Cypress by default looks for spec files within the “Cypress/e2e/
” folder. So if your file is in a different directory, you must define the spec pattern in cypress config file like below:
specPattern : "**/*.cy.js