You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: