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 to the custom template which will be used to render the HTML report.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman .Reporters - Containing Type
- Html
Reporter Settings Extensions
Syntax
public static HtmlReporterSettings UseTemplateFile(this HtmlReporterSettings settings, FilePath templateFile)
Remarks
Sets the
TemplateFile property.Parameters
| Name | Type | Description |
|---|---|---|
| settings | HtmlReporterSettings | The settings. |
| templateFile | FilePath | The path for the template file to use. |
Return Value
| Type | Description |
|---|---|
| HtmlReporterSettings | The updated settings. |
