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
NewmanSettings
class for working with reporters.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman .Reporters - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["NewmanSettingsExtensions"]
class Type type-node
Syntax
public static class NewmanSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
UseCLIReporter |
NewmanSettings |
Adds the CLI reporter to this run, using the specifid settings.
static
|
UseCLIReporter |
NewmanSettings |
Adds the CLI reporter to this run.
static
|
UseHtmlReporter |
NewmanSettings |
Adds the HTML reporter to this run, using the specified settings.
static
|
UseHtmlReporter |
NewmanSettings |
Adds the HTML reporter to this run.
static
|
UseJsonReporter |
NewmanSettings |
Adds the JSON reporter to this run, exporting results to the specified file.
static
|
UseJsonReporter |
NewmanSettings |
Adds the JSON reporter to this run.
static
|
UseJUnitReporter |
NewmanSettings |
Adds the JUnit/XML reporter to this run, exporting results to the specified file.
static
|
UseJUnitReporter |
NewmanSettings |
Adds the JUnit/XML reporter to this run.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|