(Unit) Testing Shiny apps using testthat
This blog post explains how to test a Shiny app using shinytest and testthat packages. Basic knowledge about Shiny apps and the principle of unit testing using testthat is useful, but not required here. Example of a Shiny app The packages shiny (current version: 1.1.0), testthat (2.0.0) and shinytest (1.3.0) are required for ... [Read more...]