CookieTestingExtension extension

Extension on TestResponse for cookie testing.

on

Properties

cookieValues Map<String, String>

Available on TestResponse, provided by the CookieTestingExtension extension

Gets all Set-Cookie headers as a map of name to value.
no setter

Methods

getCookie(String name) String?

Available on TestResponse, provided by the CookieTestingExtension extension

Gets a specific cookie value by name.
hasCookieNamed(String name) bool

Available on TestResponse, provided by the CookieTestingExtension extension

Checks if a cookie exists.