vite
vite copied to clipboard
Extend e2e tests
The e2e tests should be extended. Currently it is testing only a single page with a vite host and vite, webpack and rspack remote.
I think there should be tests for different combinations of frameworks. For example:
- Vue host + Svelte remote
- Svelte host + React remote
- React host + Vue remote
What do you think about that? I would also like to create these tests.