Open
Description
This applies more to the documentation and/or user guides, but I had a play with migrating the tests contained in rstudio/shiny-testing-gha-example which already had some built-in testing performed via shiny::testServer
. I think it would be helpful to share examples of when a developer could rely exclusively on Shiny's built-in testing methods as compared to the additional extensions shinytest2
provides. The answer is likely not an either/or situation, as there could be cases when mixing both is appropriate especially for larger apps.