javascript - Could not find any tests to run. We looked but did not find a cypress.json - Stack Overflow

admin2025-04-04  0

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...

Share Improve this question edited Sep 18, 2020 at 14:37 asked Oct 25, 2019 at 19:04 user10251019user10251019
Add a ment  | 

1 Answer 1

Reset to default 11

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

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1743707151a216001.html

最新回复(0)