๐ Conditional Steps
Shared by Ines
โข January 15, 2026
Whatโs New
-
Conditional Execution (IF Steps): Tests can now follow conditional flows, stopping execution or jumping to a target step based on runtime conditions.
Why It Matters
-
Conditional Steps: Covers scenarios with conditional behaviors, enabling more flexible and realistic test flows.
How It Works
- IF steps evaluate conditions during execution to either stop or jump to a specified step. Example: Stop login test if credentials are invalid, skipping unnecessary assertions.