Expand description
Scenario step definitions for TUI test automation.
Each Step represents a single action in a test scenario, such as
typing text, pressing a key, waiting for output, or capturing a frame.
Steps are designed to be compiled into both PTY executor actions and
VHS tape commands from a single authored scenario.
Enums§
- Step
- A single action in a test scenario.
Type Aliases§
- Frame
Predicate - Shared boxed predicate evaluated against a
TerminalFrame.