NewmanSettingsExtensions.

ExportEnvironmentTo(NewmanSettings, FilePath) Method

Summary

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

Syntax

public static NewmanSettings ExportEnvironmentTo(this NewmanSettings settings, FilePath environmentFile)

Parameters

Name Type Description
settings NewmanSettings The settings.
environmentFile FilePath The path to the ouput file.

Return Value

Type Description
NewmanSettings The updated settings.