Run JavaScript testing on Shiny applications. On successful testing, ‘shinyjster’ will auto-kill the Shiny application on a successful test to speed up manual testing.
You can install the released version of shinyjster from CRAN with:
## Currently not on CRAN
# install.packages("shinyjster")
And the development version from GitHub with:
# install.packages("pak")
pak::pkg_install("schloerke/shinyjster")
This is a basic example which shows you how to solve a common problem:
library(shinyjster)
## basic example code
app_dir <- system.file("shinyjster/01-hello", package = "shinyjster")
run_jster(app_dir)