NewmanAliases.

RunCollection(ICakeContext, FilePath) Method

Summary

Executes Newman against the given collection file, using all defaults.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanAliases

Syntax

public static void RunCollection(this ICakeContext ctx, FilePath collectionFile)

Examples

RunCollection("./collection.json");

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
ctx ICakeContext The context.
collectionFile FilePath Path to the collection file.

Return Value

Type Description
void