Latest News from the Thunders Product Team
New feature
Product update

๐Ÿ”€ Conditional Steps

Ines avatar
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.