Versions Compared

Key

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

...

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

Code Block
jtestcli -report [path/to/location]

Ant and Maven Pattern

You can configure the location in Ant or Maven with the following pattern:

Code Block
<report>location</report>

Specifying the Report Format

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

Code Block
report.format=pdf

Anchor
custom_report
custom_report
Support for Custom Report Formats

...