vite icon indicating copy to clipboard operation
vite copied to clipboard

Extend e2e tests

Open RobinBomkamp opened this issue 11 months ago • 1 comments

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.

RobinBomkamp avatar Dec 03 '24 08:12 RobinBomkamp