NewmanSettingsExtensions.

UseCLIReporter(NewmanSettings, Action<CLIReporterSettings>) Method

Summary

Adds the CLI reporter to this run, using the specifid settings.

Syntax

public static NewmanSettings UseCLIReporter(this NewmanSettings settings, Action<CLIReporterSettings> configure)

Parameters

Name Type Description
settings NewmanSettings The settings.
configure Action<CLIReporterSettings> Action to configure the CLI reporter.

Return Value

Type Description
NewmanSettings The updated settings.