poissonconsulting / shinyssdtools

Shiny interface to ssdtools R package
https://bcgov.github.io/shinyssdtools/
Apache License 2.0
0 stars 0 forks source link

Automated Shiny Testing (recommendation from JOSS review) #18

Open sebdalgarno opened 7 months ago

sebdalgarno commented 7 months ago

From shinyssdtools created by elimillera: bcgov/shinyssdtools#59

Definitely not required for JOSS but I think for future updates to the application it might be useful to add testing to the reactivity of the application.

shinytest is a good resource for shiny applications.