Hi all,
I'm trying to implement a VSPackage that can run unit tests in the solution. I'm able to get the list of existing tests with the help of the TmiInstance Interface. Now what I want is to start the execution of those test programmatically.
Somehow I can't find a service provided by VS that helps me in launching those tests.
Can somebody tell me how to do that from the VSPackage please, without launching the vstest executable in an external process if possible.
Thanks aton.