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
I'm also having issues with >13.16.0 with Vite. Shot in the dark, but if you try downgrading to 13.15.0, does it work? I'm seeing clearer errors with Vite preprocessing issues though.
Current behavior
I cannot run any test(even empty one). Cypress shows "Your tests are loading" and this message never goes awaya.
Desired behavior
I want to be able to run tests
Test code to reproduce
I installed:
I use vite+TS+React in my app. Here is vite-config.ts
cypress-config.ts:
I have empty cypress/support/component.ts file. And two simple test examples:
Button test is based on this component:
That is all. And yet this setup fails even to start running the tests. Instead I see this after running
npx cypress open
:Cypress Version
13.16.1
Node version
v18.20.4
Operating System
Sequoia 15.1.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: