This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
No tests found when running all spec files in test runner #279
Closed
Description
I've just started using cypress-react-unit-test - it's great!
One issue I noticed is that I am unable to run all specs from the test runner - I can run an individual spec file just fine. Running all spec files with cypress run
works fine as well.
My project only has component tests, it does not have any integration tests.
One thing that may be a culprit is that I'm using a non-default values for componentFolder
and testFiles
in cypress.json
because this is a lerna repo with specs in individual packages.
Let me know if I can provide any more info for you.
Cypress 4.8.0
cypress-react-unit-test 4.4.2
Activity