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
Run requests within only the specified folder in a collection.
- Assembly
- Cake
.Newman .dll - Namespace
- Cake
.Newman - Containing Type
- Newman
Settings Extensions
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. |