NewmanSettingsExtensions.

WithData(NewmanSettings, FilePath) Method

Summary

Specify the file path for an data file to use for the current execution.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanSettingsExtensions

Syntax

public static NewmanSettings WithData(this NewmanSettings settings, FilePath dataFile)

Parameters

Name Type Description
settings NewmanSettings The settings.
dataFile FilePath The path to the input data file.

Return Value

Type Description
NewmanSettings The updated settings.