| Attribute | Type | Description | Required |
|---|
| include-time-info | bool | true, if the time when the report has been generated should be included in the report; otherwise, false. The default value is false. | False |
| report-directory | string | Target output folder for the reports. | False |
| report-filename | string | Gets or sets the report file name. | False |
| workingdir | directory | The directory in which the test run will be executed. If you do not specify this value, the current directory is used. | False |
| failonerror | bool | Determines if task failure stops the build, or is just reported. The default is true. | False |
| if | bool | If true then the task will be executed; otherwise, skipped. The default is true. | False |
| unless | bool | Opposite of if. If false then the task will be executed; otherwise, skipped. The default is false. | False |
| verbose | bool | Determines whether the task should report detailed build log messages. The default is false. | False |