I have installed Cypress in my project and when I am trying to run the Cypress using npx cypress run
, it's giving me the following error:
Could not find any tests to run.
We looked but did not find a cypress.json file in this folder...
I have installed Cypress in my project and when I am trying to run the Cypress using npx cypress run
, it's giving me the following error:
Could not find any tests to run.
We looked but did not find a cypress.json file in this folder...
I guess you need to enter npx cypress open
if you are running for first time. once the project is created then you can use npx cypress run