Skip to main content
Version: QB11

Publish MSTest Report

To publish MSTest report, the following two steps are required:

  1. Generate MSTest TRX test report by running mstest command or by MSBuild, NAnt etc.
  2. 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.