This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Newman.
Summary
Specify a path where the output HTML file will be written to disk.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman .Reporters - Containing Type
- Html
Reporter Settings Extensions
Syntax
public static HtmlReporterSettings UseOutputFile(this HtmlReporterSettings settings, FilePath outputFile)
Remarks
Sets the
OutputFile property.Parameters
| Name | Type | Description |
|---|---|---|
| settings | HtmlReporterSettings | The settings. |
| outputFile | FilePath | The path for the output file to be written to. |
Return Value
| Type | Description |
|---|---|
| HtmlReporterSettings | The updated settings. |
