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
Extension methods for the
HtmlReporterSettings
class.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman .Reporters - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["HtmlReporterSettingsExtensions"]
class Type type-node
Syntax
public static class HtmlReporterSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
UseOutputFile |
HtmlReporterSettings |
Specify a path where the output HTML file will be written to disk.
static
|
UseTemplateFile |
HtmlReporterSettings |
Specify a path to the custom template which will be used to render the HTML report.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|