knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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)


schloerke/shinyjster documentation built on Feb. 24, 2024, 1:11 p.m.