CLIReporterSettingsExtensions.

DisableConsoleOutput(CLIReporterSettings) Method

Summary

Turns off the output of console.log (and other console calls) from collection's scripts.

Syntax

public static CLIReporterSettings DisableConsoleOutput(this CLIReporterSettings settings)

Parameters

Name Type Description
settings CLIReporterSettings The settings.

Return Value

Type Description
CLIReporterSettings The updated settings.