Link

I fill in “__” with:

Fill in a form field (presumably a textarea) with a multiline value.

Pattern

^(?:|I )fill (?:|in )"([^"]*)" with:"$

Parameters

Position Description Value Type Restrictions
1 field field id/name/label/selector Must refer to a text-based field, radio button, checkbox, or select.

Docstring

The docstring following the step will be used to fill the field. The docstring may include variables.

Examples

When I fill in "Comments" with:
"""
kosher is an amazing tool.
It has saved us countless
ours doing regression testing
and serves as a single source of
truth for requirements.
"""