...
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 |
- See report.format for a list of supported format values. For a detailed description of each format, see Report Formats.
- Additional configuration is required to generate a report with a custom extension. See Support for Custom Report Formats.
| Anchor | ||||
|---|---|---|---|---|
|
...