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
Turns off the output of
console.log
(and other console calls) from collection's scripts.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman .Reporters - Containing Type
- C
L I Reporter Settings Extensions
Syntax
public static CLIReporterSettings DisableConsoleOutput(this CLIReporterSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | CLIReporterSettings | The settings. |
Return Value
Type | Description |
---|---|
CLIReporterSettings | The updated settings. |