Skip to content

schloerke/shinyjster

Repository files navigation

shinyjster

R build status

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.

Installation

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")

Example

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)

About

Run javascript testing which will autokill an app on successful testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •