Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can customize reports by configuring the settings in the .properties file (see Configuration Overview). This section describes examples of how your reports can be configured. See Report Settings for a complete list of settings that allow you to customize your reports to your needs.

Specifying

...

Report Output Location

You can configure the location of reports with the report.location property. For example:

...

Alternatively, you can specify the output directory for reports with the -report switch. For example:


Conditional Content
product: (cpptest)
product: (cpptest)
sv-attr:0A01020401598D973E6641760F8AF4E50A01020401598D973E6749C5267CE6FE
Code Block
cpptestcli -report /home/reports/html


Specifying Report Format

By default, an HTML report is generated. You can generate a PDF report or a report with a custom extension to the specified directory by setting the report.format property. For example:

...