| Attribute | Description | Required |
|---|
| haltonerror | Stops running tests when a test causes an error. Default is "false." | False |
| haltonfailure | Stops running tests if a test fails (errors are considered failures as well). Default is "false." | False |
| timeout | Cancel the individual tests if they do not finish in the specified time (measured in milliseconds). Ignored if fork is disabled. | False |
| failonerror | Determines whether task failure stops the build or is just reported. Default is "true." | False |
| verbose | Task reports detailed build log messages. Default is "false." | False |
| if | If true then the task will be executed; otherwise skipped. Default is "true." | False |
| unless | Opposite of if. If false then the task will be executed; otherwise skipped. Default is "false." | False |