NewmanSettings.

GlobalVariablesFile Property

Summary

File path for global variables.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanSettings

Syntax

public FilePath GlobalVariablesFile { get; set; }

Remarks

Global variables are similar to environment variables but has a lower precedence and can be overridden by environment variables having same name.

Value

Type Description
FilePath