NewmanSettingsExtensions.

ExportGlobalsTo(NewmanSettings, FilePath) Method

Summary

Specify the file where Newman will output the final global variables file before completing a run.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanSettingsExtensions

Syntax

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

Parameters

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

Return Value

Type Description
NewmanSettings The updated settings.