Skip to content

[FINDING] Improve Test Run Details Structure #7

Description

@TanyaBonts

Area / module

Test Runs

Severity

Medium

What did you find?

When opening the Test Runs tab, the most recent run appears at the top. The run is marked as passed (green), and in the "Results" column, there is a green circle with the number 9, indicating that 9 tests were executed in a single file. However, when you open this run, the summary at the top shows "Total 33, Passed 33," and the list below includes both the actual test cases and all actions triggered within those tests, mixed together.

Image Image Image

This makes it difficult to quickly identify which tests were executed and their results, as actions are not separated from test cases. Ideally, the run details should first display a list of the executed test cases (9 items), and then, within each test case (as a nested layer), show the actions that were triggered during execution.

Suggestions

  1. Update the Test Run details view to show only the executed test cases at the top level.
  2. Add a nested structure so that actions are displayed inside their respective test cases, not mixed together.
  3. This will improve clarity and usability, making it easier to review test results and understand the flow of actions within each test case.

Run (if during a run)

RUN-2026-06-04-001

Metadata

Metadata

Assignees

No one assigned

    Labels

    exploratoryFrom exploratory testingkind:findingExploratory findingonetestManaged by OneTest TMS automation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions