|
Documentation Index
|
Including Third-Party Reports in the Build ResultsTeamCity can be extended to include information provided by third-party reporting tools. If your reporting tool produces a report in HTML format, you can add a new tab to the build results page which will show the report. To do this specify the report as an artifact and modify the configuration to instruct the server to display the report whenever it is found in the artifact. To enable including a report in a separate tab:
<report-tab title="A Report" basePath="<report archive or directory>" startPage="index.html" /> where:
See also: |