Testing RStudio Addins

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?

1 Like

So far my "best" idea is to pull the server and ui functions into a separate project and test those using the shinytest package.