I'm running a Windows 10 Unit test app in a Jenkins CI environment. I'm able to compile and run the Test App, but there is a way to pipe the results of the tests to a document or something in order to show them in a Dashboard?
To run the tests I use:
.\vstest.console.exe
Regards.