Summary
Gets or sets a value indicating whether an HTML report should be generated.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnit2Settings
Syntax
public bool HtmlReport { get; set; }
Value
Type | Description |
---|---|
bool |
true if an HTML report should be generated; otherwise, false .
|