Code coverage for a shiny app?

I have a package with an embedded shiny app (GitHub - jepusto/SingleCaseES: A calculator for single-case effect size indices) and have started to play with adding tests for the app using shinytest (which is pretty nifty). Is there any way to do the equivalent of code coverage assessment for the app ui and server? (Does it even make sense to ask this, considering how shiny code is evaluated reactively?)

1 Like

I wonder whether you might receive more answers by using the Shiny category?

This topic was automatically closed after 45 days. New replies are no longer allowed.


If you have a query related to it or one of the replies, start a new topic and refer back with a link.