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
Executes Newman against the given collection file, using all defaults.
Syntax
public static void RunCollection(this ICakeContext ctx, FilePath collectionFile, NewmanSettings settings)
Examples
RunCollection("./collection.json", new NewmanSettings()
{
DisableStrictSSL = true,
ExportCollectionPath = "./collection-export.json",
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
ctx |
ICakeContext |
The context. |
collectionFile |
FilePath |
Path to the collection file. |
settings |
NewmanSettings |
The settings. |
Return Value