I have a Visual Studio extension that runs tests in an external service and gets the results back as a .trx file. In the extension code, how do I display the Test Results window and open the result file there? Similarly as would happen if I clicked the .trx file externally.
Share
Not loading the data into the window directly, but a more general solution is to open the file through ItemOperations:
This will of course work with any type of file Visual Studio identifies.