rstudio / shinytest

Automated testing for shiny apps
https://rstudio.github.io/shinytest/
Other
225 stars 55 forks source link

Create separate classes for widget types #49

Open gaborcsardi opened 8 years ago

gaborcsardi commented 8 years ago

I.e. textInput, selectInput, etc. It will be much simpler to deal with them.

hadley commented 4 years ago

If this used some sort of dynamic registration system, this would also help with HTML widget support (#33)