Skip to main content
The res object that is available inside the vars, assertions, scripting and testing contexts can be queried for data by invoking it like below. Think of it as lodash.get() on steroids

Examples

API

Standard dot notation

Example:

Deep navigation .. double dots

Example:

Array indexing

Example:

Array filtering [?] with corresponding filter function

Example:

Array mapping [?] with corresponding mapper function

Example: