Save arbitrary multiline data.
Stop scenario execution.
On this page
I save as “([^”]*)":
This step allows to save arbitrary multiline data into scenario cache under any key passed as first argument. DocString accepts template values.
Example:
Given I save as "EMPTY_HEADER_AND_BODY":
"""
{
"body": {},
"headers": {}
}
"""