dioxus
                                
                                 dioxus copied to clipboard
                                
                                    dioxus copied to clipboard
                            
                            
                            
                        Automated UI/UX testing
Specific Demand
We should have a suite of automated tests and a code coverage report so everything you can do with Dioxus is thoroughly tested.
Areas of testing:
- [x] Router
- [ ] Hooks
- [ ] Shared State
- [x] Core
- [x] Desktop
- [x] Web
- [x] hydration
 
- [x] SSR
- [x] TUI
- [x] Readme/Docs are up to date
For the Router ...
- Route matching against paths
- Nested routes - Routeinside aRoute
- All the methods on the UseRoutestruct - query, segment methods, current_location
- The onchange subscriber stuff
@jkelleyrtp maybe remove fermi now that it has been replaced by signals ?