Hi,
I'm developing a new extension for Visual Studio and looking for how to test it (except for standard unit tests, of course).
I was hoping for a testing infrastructure that can run a light-weight UI-less Visual Studio instance, but couldn't find anything in the docs.
Does something like this exist? If not, are there any recommended testing practices to follow?
Thank you!