HtmlReporterSettingsExtensions.

UseOutputFile(HtmlReporterSettings, FilePath) Method

Summary

Specify a path where the output HTML file will be written to disk.

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.