Skip to content

JUnit-style logger for vstest.console unit test runner from MS Visual Studio

License

Notifications You must be signed in to change notification settings

arpitgold/vstest-junit-logger

 
 

Repository files navigation

This is JUnit-style logger for vstest.console unit test runner from MS Visual Studio.

Usage

Put the .dll file into "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Extensions"

Command Line:

vstest.console.exe <testdll> /logger:JUnitLogger;TestResultsFile=.\TestResults1.xml

You can publish the result file with "Publish JUnit report" post-build action in Jenkins.

About

JUnit-style logger for vstest.console unit test runner from MS Visual Studio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%