...
- Define the setting
report.dtp.publish=true
. Seereport.dtp.publish.
(Optional) Define the report settings:
report.dtp.publish.src
andreport.scontrol
.Example:
Code Block report.dtp.publish=true dtp.additional.settings=report.scontrol\=min\nreport.dtp.publish.src\=min
- Define the setting
Anchor | ||||
---|---|---|---|---|
|
...
Formats
The following table describes the supported report formats and lists the names of the generated report files in each format:
Report Format | Description | Report File Name |
---|---|---|
HTML | (Default) A report in the HTML format containing all results supported by C/C++test. | report.html |
HTML (C/C++test's Unit Testing details) | A report in the HTML format containing C/C++test's unit testing details. | report_ut_details.html |
A report in the PDF format containing all results supported by C/C++test. The report is generated based on an HTML report. | report.pdf | |
SARIF (Static Analysis Results Interchange Format) | A report containing static analysis results according to the SARIF specification; see https://sarifweb.azurewebsites.net/ for details. | report.sarif |
SARIF for Azure DevOps | An Azure DevOps-specific report containing static analysis results according to the SARIF specification; see https://sarifweb.azurewebsites.net/ for details. | report_azure.sarif |
SAST for GitLab | A GitLab-specific report containing static analysis results according to the SAST specification; see https://docs.gitlab.com/user/application_security/sast/ for details. | report.sast |
SAST v14 for GitLab | A GitLab-specific report containing static analysis results according to the SAST v14 specification; see https://docs.gitlab.com/user/application_security/sast/ for details. | report_v14.sast |
XML SATE (Static Analysis Tool Exposition) | A report containing static analysis results according to the SATE specification; see https://samate.nist.gov/SATE4.html for details. | report_sate.xml |
XSL Custom | A report in a custom format containing results processed by a custom user XSL transformation. All results supported by C/C++test can be included; see Support for Custom Report Formats. | report_custom.xml |
cppUnit | A report in the CppUnit format containing unit test results. | report_cppunit.xml |
xUnit | A report in the xUnit format containing unit test results. This format is similar to JUnit, but supports nested test suites. It is compatible with Jenkins, Hudson, Eclipse JUnit view, etc. It is applicable only when the Overview of checked files and executed tests option is enabled. | report_xunit.xml |
Scroll Pagebreak |
---|