Skip to content

Enables TeamCity to display output when tests are run through VSTest.console.exe

Notifications You must be signed in to change notification settings

lohit81/VSTest.TeamCityLogger

 
 

Repository files navigation

VSTest.TeamCityLogger

Enables TeamCity to display output when tests are run through VSTest.console.exe

Note: VSTest.TeamCityLogger needs at least VS2012.1 (Visual Studio 2012 Update 1) installed

#Usage

Put VSTest.TeamCityLogger into C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Extensions

vstest.console.exe tests.dll /logger:TeamCityLogger

or if you want a .trx file as well

vstest.console.exe tests.dll /logger:TeamCityAndTrxLogger

Download

You can grab the extension straight off the build server:

CI Build
Latest Build Output (VSTest.TeamCityLogger.dll)

About

Enables TeamCity to display output when tests are run through VSTest.console.exe

Resources

Stars

Watchers

Forks