Cake.Newman

Cake addin for testing Postman Collection APIs using the Newman CLI.

#addin nuget:?package=Cake.Newman&version=0.3.1

dotnet add package Cake.Newman --version 0.3.1

<PackageReference Include="Cake.Newman" Version="0.3.1" />

Aliases

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

General

RunCollection(FilePath, Action<NewmanSettings>) Executes Newman against the given collection file, using all defaults.
RunCollection(FilePath, NewmanSettings) Executes Newman against the given collection file, using all defaults.
RunCollection(FilePath) Executes Newman against the given collection file, using all defaults.