NewmanSettingsExtensions.

UseHtmlReporter(NewmanSettings, Action<HtmlReporterSettings>) Method

Summary

Adds the HTML reporter to this run, using the specified settings.

Syntax

public static NewmanSettings UseHtmlReporter(this NewmanSettings settings, Action<HtmlReporterSettings> configure)

Parameters

Name Type Description
settings NewmanSettings The settings.
configure Action<HtmlReporterSettings> Action to configure the HTML reporter.

Return Value

Type Description
NewmanSettings The updated settings.