|
For .NET runners TeamCity provides support for MSTest 2008 testing framework via parsing of the MSTest 2008 results file (.trx file).
The most handy way to report tests results for MSTest 2008 is using TeamCity Service Messages. This method is applicable for any build runner. Supporting MSTest 2008 with Service MessagesTeamCity reports test results from MSTest 2008 parsing results .trx-file. ##teamcity[importData type='mstest' path='<path to .trx file>']
MSTest for Solution2008 Build RunnerSolution 2008 build runner provides UI to fill MSTest arguments for the process to run. Autodetection of MSTestBuild agent will add %system.MSTest.9.0% system property (see Build Agent Configuration for detail) in cases MSTest.exe from Microsoft Visual Studio 2008 is found on the build agent running system. See Also:
|