Closed
Description
What would you like?
Cypress component testing should support vite v5 (React, Vue and Svelte) - see announcement Vite 5.0 is out! Nov 16, 2023.
Why is this needed?
According to https://docs.cypress.io/guides/component-testing/overview "Vite 2+" is supported, however in practice only up to Vite v4
is supported by Cypress 13.x
at this time.
cypress/packages/scaffold-config/src/dependencies.ts
Lines 73 to 80 in ab60af8
Other
See Migration from (vite) v4 and note that the CJS Node API has been deprecated.