Including Third-Party Reports in Build
TeamCity can recognize reports, generated by third-party reporting tools, and create special tabs for them.
To enable including a report in a separate tab:
- For the build configuration, that produces a report, add an archive or directory to the Artifact paths of the build runner.
- In the file <TeamCity Data Directory>/config/main-config.xml add the following line within the <server> tag:
<report-tab title="A Report" basePath="<report archive or directory>" startPage="index.html" />
where:
- title is a unique title of the report tab
- basePath is an archive or directory that contains the generated report
- startPage is a relative path of the start page within the report archive or directory.