amc-heme / scExploreR

Shiny app for single cell omics data visualization
https://amc-heme.github.io/scExploreR/
MIT License
2 stars 0 forks source link

Add automated testing to app #187

Open wish1832 opened 1 year ago

wish1832 commented 1 year ago

To ensure changes to the app do not disrupt essential features, automated testing should be implemented for the app. This should ideally be completed before public release.

wish1832 commented 1 year ago

Guidelines for automated testing are given in https://mastering-shiny.org/scaling-testing.html.