doesShinytestWork

This app exists to check that shinytest2 works on your machine!

Clone the repository using RStudio

Once the project has opened in RStudio, you will need to install it's dependencies.

# install.packages("renv")
renv::restore()

Then check that shinytest2 works by running:

shinytest2::test_app()

A single test will run (it doesn't really matter whether the test passes or fails, but if you get any errors there may be bigger problems afoot).