This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Newman.
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 |
Turns off the request-wise output as they happen.
static
|
DisableConsoleOutput |
CLIReporterSettings |
Turns off the output of
console.log (and other console calls) from collection's scripts.
static
|
Disable |
CLIReporterSettings |
Prevents the run failures from being separately printed.
static
|
DisableSummary |
CLIReporterSettings |
Disables the statistical summary table from being shown.
static
|
RunSilently |
CLIReporterSettings |
Disables the CLI reporter internally and no output is sent to the console
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|