NewmanSettingsExtensions.

ExitOnFirstFailure(NewmanSettings) Method

Summary

Specify whether or not to stop a collection run on encountering the first error.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanSettingsExtensions

Syntax

public static NewmanSettings ExitOnFirstFailure(this NewmanSettings settings)

Parameters

Name Type Description
settings NewmanSettings The settings.

Return Value

Type Description
NewmanSettings The updated settings.