rstudio / shiny

Easy interactive web applications with R
http://shiny.rstudio.com
Other
5.35k stars 1.87k forks source link

do you recommend a test framework for regression testing shiny apps? #625

Closed jpritikin closed 9 years ago

jpritikin commented 9 years ago

Should I consider something else besides this one,

http://cran.r-project.org/web/packages/RSelenium/vignettes/shinytesting.html

?

jcheng5 commented 9 years ago

I haven't used RSelenium, but Selenium in general is great. We generally suggest people use it, or something like PhantomJS/CasperJS.