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
Contains functionality related to the Newman CLI.
In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:
#addin Cake.Newman
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["NewmanAliases"]
class Type type-node
Syntax
public static class NewmanAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
RunCollection |
void |
Executes Newman against the given collection file, using all defaults.
static
|
RunCollection |
void |
Executes Newman against the given collection file, using all defaults.
static
|
RunCollection |
void |
Executes Newman against the given collection file, using all defaults.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|