Rdocumentation
powered by
Learn R Programming
shinytest (version 1.0.2)
testApp: Run tests for a Shiny application
Description
Run tests for a Shiny application
Usage
testApp(appDir = ".", files = NULL)
Arguments
appDir
Path to the Shiny application to be tested.
files
Test script(s) to run. For example,
"mytest.R"
or
c("mytest.R", "mytest2.R")
. If
NULL
(the default), all scripts in the tests/ directory will be run.