Publish MSTest Report

Version 2 by Steve Luo
on Jun 20, 2010 09:50.


compared with
Current by Steve Luo
on Jun 20, 2010 09:51.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 2 changes. View first change.

 To publish MSTest report, the following two steps are required:
 # Generate MSTest report by [MSTest application|http://msdn.microsoft.com/en-us/library/ms182489(VS.80).aspx] or by MSBuild, NAnt etc.
  # Generate MSTest TRX test report by running [mstest command|http://msdn.microsoft.com/en-us/library/ms182489(VS.80).aspx] or by MSBuild, NAnt etc.
 # Add MSTest report publish step by choosing _Publish -> Publish MSTest Report_ from step menu.
  
 h2. Generate MSTest Report
 You may generate MSTest report by running [mstest.exe|http://msdn.microsoft.com/en-us/library/ms182487(v=VS.80).aspx] from command line or by MSBuild task. The result of MSTest will be a trx file.
  You may generate MSTest report by running [mstest.exe|http://msdn.microsoft.com/en-us/library/ms182487(v=VS.80).aspx] from command line or by MSBuild task. The result of MSTest should be TRX test report.
 {note}
 In this version, QuickBuild will not parse the MSTest coverage result.
 {note}
  
 h2. Publish MSTest Report
 Add _*Publish MSTest Report*_ step to your build workflow. If you have several report sets, you can add several steps with different report set names. Reference [this page|Publish Build Reports] for more details.