Crate goose_eggs[][src]

Expand description

Goose Eggs contains helpful functions and structures for writing Goose load tests.

Structs

Define one or more items to be validated in a web page response.

Functions

Extract and load all local static elements from the the provided html.

Returns a bool indicating whether or not an arbitrary str (case sensitive) is found within the html.

Returns a bool indicating whether or not the title (case insensitive) is found within the html.

Validate the HTML response then extract and load all static elements on the page.