Run Detail
Scenario Distribution
Execution Summary
Top 10 Slowest Steps
Scenario Step Execution Time Trend
Steps per Scenarios
Top 10 Tags
Scenarios
No scenario found
Try adjusting your filters or search terms.
Given I am authenticated
00:00:02.725
Given I have an existing run in phase succeeded
00:00:00.281
When I navigate to the run's detail page
00:00:02.594
Then I see the run detail with Run ID, Phase, Source, Project, Pipeline, Duration, Started, Completed, Created, Tokens and Exit Code
00:00:00.133
And the Run ID is shown in mono font with a copy button
00:00:00.037
And the Source badge shows issue_key in muted text when present
00:00:00.017
And there is a Back to Runs button
00:00:00.018
And there is a Re-run button
00:00:00.015
Given I am authenticated
00:00:02.850
Given a run in phase succeeded with non-null output
00:00:00.318
When I view the run detail
00:00:02.663
Then I see the OutputPanel with green left border
00:00:00.082
Given I am authenticated
00:00:03.117
Given a run in phase failed with non-null error
00:00:00.267
When I view the run detail
00:00:00.697
Then I see the ErrorPanel with red left border
00:00:01.137
And the error message, code, step and details are visible
00:00:00.036
Given I am authenticated
00:00:02.696
When I view any run detail
00:00:02.414
Then I see three cards labelled Token Input, Token Output, Total
00:00:00.128
Given I am authenticated
00:00:02.639
Given I am on a run detail page
00:00:02.467
When I open the more menu
00:00:00.286
And I click "Copy Run ID"
00:00:00.304
Then a success toast "Run ID copied" is shown
00:00:00.034
Given I am authenticated
00:00:02.576
Given I am on a run detail page
00:00:02.315
When I click "Re-run"
00:00:00.703
Then I land on the re-run modal at /#/runs/:id/re-run
00:00:00.084
And submitting it creates a new run and navigates to its detail page
00:00:01.033