dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Automated UI/UX testing

Open jkelleyrtp opened this issue 3 years ago • 2 comments

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

jkelleyrtp avatar Jan 31 '22 18:01 jkelleyrtp

For the Router ...

  • Route matching against paths
  • Nested routes - Route inside a Route
  • All the methods on the UseRoute struct - query, segment methods, current_location
  • The onchange subscriber stuff

autarch avatar Jan 31 '22 19:01 autarch

@jkelleyrtp maybe remove fermi now that it has been replaced by signals ?

tkr-sh avatar Apr 06 '24 11:04 tkr-sh