cypress-component-testing-examples
cypress-component-testing-examples copied to clipboard
No framework - basic test w/ @cypress/vite-dev-server
Observations while running npx cypress open-ct
- Spec files render and run
- As-expected
- Renaming a spec file results in the current spec reloading
- Is there a way to prevent this from happening?
- Renaming the currently-running spec file results in a "No tests found." error
- An error seems reasonable, although a more specific error message would be nice
- Renaming other spec files doesn't result in any errors
- As-expected
- Changing current spec / module files doesn't cause the spec to reload
- I expect the spec to reload
We're going to pick this one and #29 up on Monday