NewmanSettingsExtensions.

RunOnlyFolder(NewmanSettings, string) Method

Summary

Run requests within only the specified folder in a collection.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanSettingsExtensions

Syntax

public static NewmanSettings RunOnlyFolder(this NewmanSettings settings, string folder)

Parameters

Name Type Description
settings NewmanSettings The settings.
folder string The folder name to execute.

Return Value

Type Description
NewmanSettings The updated settings.