Save arbitrary inline data.

Save arbitrary inline data.

I save “([^”])" as “([^”])"

This step allows to save arbitrary data from first argument into scenario cache under any key passed as second argument. Argument accepts template values.

Example:

Given I save "application/json" as "CONTENT_TYPE_JSON"
Given I save "Paweł" as "MY_NAME"