Latest News from the Thunders Product Team
Feature update
Improvement

๐Ÿ”„ Reuse Test Cases in Teardown

Ines avatar
Shared by Ines โ€ข January 15, 2026

Whatโ€™s New

Thunders now allows reusing test cases in teardown steps, extending the reuse functionality beyond the main test flow.

Why It Matters

  • Expands test case reuse across all stages of a test
  • Enhances test composition and workflow flexibility
  • Makes cleanup steps like logouts, resets, or environment cleanup easier to manage

How It Works

Users can now reference existing test cases in the teardown phase. For example, a logout test can be reused after a login test completes, ensuring consistent cleanup without redefining steps.

Impact

This update gives teams more flexibility and efficiency in structuring tests, reducing duplication, and improving maintainability.