NewmanSettingsExtensions.

IgnoreRedirects(NewmanSettings) Method

Summary

Prevents newman from automatically following 3XX redirect responses.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman
Containing Type
NewmanSettingsExtensions

Syntax

public static NewmanSettings IgnoreRedirects(this NewmanSettings settings)

Parameters

Name Type Description
settings NewmanSettings The settings.

Return Value

Type Description
NewmanSettings The updated settings.