| recordTest {shinytest} | R Documentation |
Launch test event recorder for a Shiny app
recordTest(app = ".", save_dir = NULL, load_mode = FALSE, seed = NULL, loadTimeout = 10000, shinyOptions = list())
app |
A |
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. |
seed |
A random seed to set before running the app. This seed will also be used in the test script. |
loadTimeout |
Maximum time to wait for the Shiny application to load, in milliseconds. If a value is provided, it will be saved in the test script. |
shinyOptions |
A list of options to pass to |