-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Is your feature request related to a problem? Please describe.
Currently, in Aquality Tracking, each test run represents a separate test suite. This results in each suite having its own individual pass rate. However, in our project, a complete test execution consists of several such suites. Therefore, we lack a unified view of the overall pass rate for the entire test execution.
Describe the solution you'd like
We would like the ability to group several test runs (suites) into a logical test execution entity, which would then display a combined pass rate across all included runs. Ideally, this could be implemented by allowing the user to select multiple runs and see the aggregated statistics (e.g., total tests passed/failed, overall pass rate, etc.).
Describe alternatives you've considered
• Manually calculating the combined pass rate from individual suite results.
• Exporting the results and aggregating them outside of Aquality Tracking (e.g., in Excel or another tool).
Additional context
This feature would be especially useful for teams that split large test sets into multiple suites for parallel execution. Having a unified pass rate helps stakeholders quickly assess the outcome of an entire execution without checking each suite individually.