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 JSON reporter to this run, exporting results to the specified file.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman .Reporters - Containing Type
- Newman
Settings Extensions
Syntax
public static NewmanSettings UseJsonReporter(this NewmanSettings settings, FilePath outputFile)
Parameters
Name | Type | Description |
---|---|---|
settings | NewmanSettings | The settings. |
outputFile | FilePath | The path to the output file. Equivalent to --reporter-json-export |
Return Value
Type | Description |
---|---|
NewmanSettings | The updated settings. |