Bulk Operations
Update multiple test execution statuses in one action — introduced in v1.7.0.
Why It Matters
In large test runs (100+ test cases), updating each result one by one is slow. Bulk operations let you select a group of tests and apply a status to all of them simultaneously.
Common use cases:
- Mark all smoke tests as
PASSat the start of a regression run - Block all tests in a module when a build is unstable
- Skip a set of tests that are out of scope for a cycle
How to Use
- Open a Test Run execution page
- Use the checkboxes to select individual tests
- Or click Select All to select every test in the run
- To select all tests within a specific module, use the module-level select checkbox
- Choose a status from the bulk update dropdown
- Click Update Selected
All selected tests update in a single request — fast and atomic.
Selected Count
The UI shows how many tests are currently selected so you always know what will be affected before you apply the update.