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 🛠️
- Optimized custom fields rendering: truncating custom field title ans showing more value
- Improved project management: restricted project settings for non-management users
- Fixed parameters rendering in mail notifications https://github.com/testomatio/app/issues/1232
- Optimized Global Analytics uploading: better loading results
- Fixed missing Feature code when using
TESTOMATIO_PREPEND_DIR
option https://github.com/testomatio/app/issues/1352 - Polished styles for Company members page
- Improved formatting in Comments text area
- Fixed assigning users in manual runs https://github.com/testomatio/app/issues/1355
- Optimized processing requirements https://github.com/testomatio/app/issues/1358
- Improved SCIM integration with correct namespace and eager-load compatibility
- Fixed an issue with AI BDD descriptions, removing code duplication