0

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.

Fritjof Berggren
  • 3,178
  • 5
  • 35
  • 57

1 Answers1

1

We run the tests that use a post build step to publish the results.

Other plugins may then be used to convert these to be used by other tools.Jenkins Run/Publish MS Test

Steven Scott
  • 10,234
  • 9
  • 69
  • 117