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
Adds the CLI reporter to this run, using the specifid settings.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman .Reporters - Containing Type
- Newman
Settings Extensions
Syntax
public static NewmanSettings UseCLIReporter(this NewmanSettings settings, Action<CLIReporterSettings> configure)
Parameters
Name | Type | Description |
---|---|---|
settings | NewmanSettings | The settings. |
configure | Action |
Action to configure the CLI reporter. |
Return Value
Type | Description |
---|---|
NewmanSettings | The updated settings. |