HtmlReporterSettingsExtensions Class

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, FilePath) HtmlReporterSettings
Specify a path where the output HTML file will be written to disk.
static
UseTemplateFile(HtmlReporterSettings, FilePath) 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<string, object>
Requires the Cake.DeployParams addin