Clean Test Tree, Flexible Runs & Parameterized Tests Made Easy

Simplified Test Tree View: Hide Tests in Tree

For large projects, the test tree can get overwhelming. We’ve added a "Hide tests in tree" option on the Tests page to help you keep things tidy. When enabled, expanding folders or suites will only show their structure — without displaying individual tests.

This improves navigation clarity and speeds up browsing for users managing extensive test repositories.

To enable this mode:
Go to the Tests page → click the Display button → enable "Hide tests in tree"

Benefits:

  • Quickly navigate large or deeply nested test structures
  • Reduce visual clutter when focusing on suites and folders
  • Improve performance and responsiveness of the tree view

Dynamic Parameter Rendering in Test Steps

You can now reference parameter values directly in test steps and expected results of parameterized test cases using {{variable}} syntax. This allows test steps to dynamically reflect the input data for each test iteration — improving maintainability and clarity.

Example:

  • Step: Enter username {{username}} and password {{password}}
  • Expected result: User {{username}} is logged in successfully

Use cases:

  • Reusable data-driven test cases for login, forms, or bulk workflows
  • Reduced duplication by avoiding hardcoded values
  • Easier review and execution with clear step context per data set

Track Changes in Ongoing Test Runs

We’ve added a Configuration Details view to help you track changes made during an active test run. This includes updates like added or removed tests — giving your team better visibility and consistency when managing evolving test scopes.

To access this view: Open an ongoing run → click the Edit button → go to Details

Benefits:

  • Maintain traceability when test scope changes during execution
  • Ensure test results reflect all modifications made mid-run
  • Support audit and review processes in dynamic test cycles

Fixes and Improvements 🛠️

🚀 Create a demo project for free and check all amazing features right now. We look forward to hearing what you think, and what other features we should do!