Greenstand / treetracker-web-map-client

The front end of the treetracker web map app.

Home Page:http://map.treetracker.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress will not run new component test files (no tests found)

QuaidBartolomei opened this issue · comments

Currently if I try to make a new component test file (or duplicate an existing one) Cypress component tests (cyu) will say "No tests found" for that file.

If I delete my .next/ folder and restart cypress-ct the tests will work like normal but this must be done any time a new test file is created.

This seems to be an issue with the Cypress package and a fix is awaiting merge: cypress-io/cypress#17920

Right, I just experienced this.

@QuaidBartolomei can we close this one now?

@dadiorchen Not yet, the issue of Cypress not working as intended still exists and we have npm run cyux as a workaround. We can close this after the cypress issue is patched.