All Projects → rstudio → Shinytest

rstudio / Shinytest

Licence: other
Automated testing for shiny apps

Programming Languages

javascript
184084 projects - #8 most used programming language

output: github_document

shinytest

CRAN RStudio mirror downloads R build status RStudio community

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].