CLIReporterSettingsExtensions Class

Summary

Extension methods for the CLIReporterSettings class.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman.Reporters
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CLIReporterSettingsExtensions"] class Type type-node

Syntax

public static class CLIReporterSettingsExtensions

Methods

Name Value Summary
DisableAssertions(CLIReporterSettings) CLIReporterSettings
Turns off the request-wise output as they happen.
static
DisableConsoleOutput(CLIReporterSettings) CLIReporterSettings
Turns off the output of console.log (and other console calls) from collection's scripts.
static
DisableSeparateFailures(CLIReporterSettings) CLIReporterSettings
Prevents the run failures from being separately printed.
static
DisableSummary(CLIReporterSettings) CLIReporterSettings
Disables the statistical summary table from being shown.
static
RunSilently(CLIReporterSettings) CLIReporterSettings
Disables the CLI reporter internally and no output is sent to the console
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin