-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Build: Add vite-react to e2e tests #17871
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit f4e00ff. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
This is great, seems easy! But, is it actually running in CI? I see:
and don't see vite actually running. |
The e2e tests under e2e-tests-core happen in parallel so you might have checked the first batch of tests. You can find the one with vite here but it's unfortunately failing with no helpful message. I'll have to check this further! |
@yann, it seems the error is occurring because
🤦 |
I've pushed up a fix as a separate PR (#17897) Maybe you could also add this, so that the interactions are tested?
|
You're the best! I updated this branch with latest next and included vite_react to the E2E test. 🤞 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Issue: N/A
What I did
Added vite builder example to E2E, so we guarantee there are no unintended breaking changes 👌
cc @IanVS
How to test
If your answer is yes to any of these, please make sure to include it in your PR.