This documentation relates to QuickBuild 13.0.x
Select here if you are using a different version

Publish HTML Reports

QuickBuild is able to publish and display some commonly used build reports, such as JUnit, Checkstyle, NUnit, EMMA, etc. For reports that QuickBuild does not have native support, if it generates reports in html format, you can instruct QuickBuild to create a report tab in build detail page displaying this html report. This is done by adding the step Publish -> Html Report from the step menu. We will demonstrate its usage through an example:

Let's assume you have the directory myreport in the workspacethat contains html files of the report with the start page being index.html. You can add the html report publish step with below properties:

  • Name: <give a name of the step>
  • Report Name: my report
  • Source Path: myreport
  • Start Page: index.html

After build finishes, a report tab named my report will be available to display the html report.

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.