app icon indicating copy to clipboard operation
app copied to clipboard

Feature Request: Add Option to Display Total Test Executions in Run Groups

Open aquanow-bohdan opened this issue 8 months ago • 0 comments

Description:

Currently, the test counter in Run Groups displays the number of unique tests, which does not reflect the actual number of test executions across different runs. This can be misleading when the same test set is executed multiple times in various environments or by different team members.

Image

Request:

Add an option to display the total number of test executions (including repeated tests and parameterized iterations) within a Run Group. This would allow teams to:

  • Accurately estimate test coverage and capacity.
  • Understand overall testing volume across environments.
  • Avoid manually aggregating counts from each run.

Suggested implementation:

  • Show both numbers: Unique Tests and Total Executions.
  • Add a tooltip or label explaining the difference.

aquanow-bohdan avatar Apr 24 '25 16:04 aquanow-bohdan