HtmlReporterSettingsExtensions.

UseTemplateFile(HtmlReporterSettings, FilePath) Method

Summary

Specify a path to the custom template which will be used to render the HTML report.

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.