Software
shinycoreci-apps

shinycoreci-apps

SUPERSEDED - Apps for Shiny continuous integration testing

JavaScript

This repository has been superseded and merged into the rstudio/shinycoreci package. It is no longer actively maintained and should not be used.

The repository previously provided tools for manual and automated testing of Shiny applications across different deployment platforms including RStudio IDE, shinyapps.io, RStudio Connect, and others. It supported three testing frameworks: shinytest for screenshot-based testing of UI elements, shinyjster for JavaScript-based DOM assertions, and testthat for server-side reactive logic testing. The automated testing infrastructure ran on GitHub Actions and stored results in git branches for review and management.

Contributors