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.
You can configure the location of reports with the report.location
property. For example:
report.location=[path/to/location] |
Alternatively, you can specify the output directory for reports with the -repor
t switch. For example:
dottestcli.exe -solution "C:\Devel\FooSolution\FooSolution.sln" -config "builtin://Demo" -report "C:\Report" |
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:
report.format=pdf |