Rdocumentation
powered by
Learn R Programming
shinytest (version 1.0.2)
recordTest: Launch test event recorder for a Shiny app
Description
Launch test event recorder for a Shiny app
Usage
recordTest(app = ".", save_dir = NULL, load_mode = FALSE)
Arguments
app
A
ShinyDriver
object, or path to a Shiny application.
save_dir
A directory to save stuff.
load_mode
A boolean that determines whether or not the resulting test script should be appropriate for load testing.