cypress-component-testing-examples icon indicating copy to clipboard operation
cypress-component-testing-examples copied to clipboard

No framework - basic test w/ @cypress/vite-dev-server

Open cowboy opened this issue 4 years ago • 1 comments

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

cowboy avatar Aug 13 '21 15:08 cowboy

We're going to pick this one and #29 up on Monday

JessicaSachs avatar Aug 13 '21 23:08 JessicaSachs