Publish MSTest Report
To publish MSTest report, the following two steps are required:
- Generate MSTest TRX test report by running mstest command or by MSBuild, NAnt etc.
- Add MSTest report publish step by choosing Publish -> Publish MSTest Report from step menu.
Generate MSTest Report
You may generate MSTest report by running mstest.exe from command line or by MSBuild task. The result of MSTest should be TRX test report.
warning
In this version, QuickBuild will not parse the MSTest coverage result.
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 for more details.