NewmanSettingsExtensions.

WithGlobals(NewmanSettings, FilePath) Method

Summary

Specify the file path for global variables for the current execution.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanSettingsExtensions

Syntax

public static NewmanSettings WithGlobals(this NewmanSettings settings, FilePath globalsFile)

Parameters

Name Type Description
settings NewmanSettings The settings.
globalsFile FilePath The path to the input variables file.

Return Value

Type Description
NewmanSettings The updated settings.