Skip to main content

Usage

The input-text step types text into a specified input field. To make the input explicit and enable step caching, wrap the text in double curly braces {{}}.
// Explicit input (with caching)
step input: "input {{user@test.com}} into email field"

// Regular input (no caching)
step input: "input user@test.com into email field"