Summary
Gets or sets the format that the results should be in.
FileName must be set to
have any effect. Specify nunit2 to output the results in NUnit 2 xml format.
nunit3 may be specified for NUnit 3 format, however this is the default. Additional
formats may be supported in the future, check the NUnit documentation.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- NUnit3Result
Syntax
public string Format { get; set; }
Value
| Type | Description |
|---|---|
| string |
The format of the result file. Defaults to nunit3.
|
