-
Notifications
You must be signed in to change notification settings - Fork 79
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
New React hybrid application test module #4972
Labels
Comments
mshabarov
moved this from 🟢Ready to Go
to 🪵Product backlog
in Vaadin Flow ongoing work (Vaadin 10+)
Jan 31, 2024
mshabarov
moved this from 🪵Product backlog
to 🟢Ready to Go
in Vaadin Flow ongoing work (Vaadin 10+)
Feb 21, 2024
mshabarov
moved this from 🟢Ready to Go
to 🪵Product backlog
in Vaadin Flow ongoing work (Vaadin 10+)
Feb 28, 2024
Hybrid Test module in Platform has already some test views and one route.
|
caalador
added a commit
that referenced
this issue
Oct 11, 2024
Add a mixed React Hilla Flow test module to test interoperability of the 2 features Fixes #4972
I would have security in a separate module. |
caalador
added a commit
that referenced
this issue
Oct 16, 2024
Add test module for Flow-Hilla mixed application with security configuration. part of #4972
Should add deep nested layouts to the non security mixed test after vaadin/hilla#2853 is merged. |
mshabarov
added a commit
that referenced
this issue
Oct 24, 2024
* feat: Add react mixed test module Add a mixed React Hilla Flow test module to test interoperability of the 2 features Fixes #4972 * update to new 24.6 * react in name and description * fix application configuration packages. * Use abstractPlatformTest for test base * Remove log, fix test * Flow to hilla navigation. * fix menu find * Add some navigation tests. * Update with navigation tests. * remove name fusion and add react instead * Add Dashboard component * remove index to not get issues with flow route ´flow´ * module only behind profile --------- Co-authored-by: Mikhail Shabarov <[email protected]>
github-project-automation
bot
moved this from ⚒️ In progress
to Done
in Vaadin Flow ongoing work (Vaadin 10+)
Oct 24, 2024
mshabarov
added a commit
that referenced
this issue
Oct 24, 2024
* feat: Flow-Hilla with security module Add test module for Flow-Hilla mixed application with security configuration. part of #4972 * Add views with roles. Add tests for with and without login for both hilla and flow main layout * add security module * rename profile --------- Co-authored-by: Mikhail Shabarov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your motivation
Add a new test module into platform and smoke tests for React hybrid application.
Existing Lit hybrid app can be used for a reference and also https://www.github.com/vaadin/flow-hilla-hybrid-example.
Additional context
Vaadin 24.4.
The text was updated successfully, but these errors were encountered: