Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend e2e tests #208

Open
RobinBomkamp opened this issue Dec 3, 2024 · 1 comment
Open

Extend e2e tests #208

RobinBomkamp opened this issue Dec 3, 2024 · 1 comment

Comments

@RobinBomkamp
Copy link
Contributor

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.

@gioboa
Copy link
Collaborator

gioboa commented Dec 3, 2024

I've been thinking the same thing for a few weeks, but I'd like to change the point of view.
clone of projects via GH action that use and MF vite and launch their tests with the latest build.
this would ensure safety at every release.
Do you like the idea? would you like to try to create a GH action?

  • MF Vite build
  • clone external repo
  • using the new MF vite build in the cloned code
  • launch the cloned repository tests

you can use the examples we have in the README if you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants