Skip to content

cran/shinytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shinytest

CRAN RStudio mirror downloads R build status RStudio community

NOTE: shinytest is currently in maintenance mode. It is based on a headless browser, PhantomJS, which is no longer being developed. Going forward, please use shinytest2, which makes use of headless Chromium-based browsers.

shinytest provides a simulation of a Shiny app that you can control in order to automate testing. shinytest uses a snapshot-based testing strategy: the first time it runs a set of tests for an application, it performs some scripted interactions with the app and takes one or more snapshots of the application’s state. Subsequent runs perform the same scripted interactions then compare the results; you'll get an error if they're different.

Installation

To install the current release version:

install.packages("shinytest")

Usage

See the getting started guide to learn how to use shinytest.

About

❗ This is a read-only mirror of the CRAN R package repository. shinytest — Test Shiny Apps. Homepage: https://github.com/rstudio/shinytest Report bugs for this package: https://github.com/rstudio/shinytest/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published