I'm adding an RStudio add-in to a package, and we're trying to figure out how to test the add in. The function which launches the add-in is here and it looks like shinytest doesn't currently handle this case very well.
Has anyone figure out a good way to test RStudio add-ins?