Repositories
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:00.685
When I visit the repositories page
00:00:00.020
Then I see the DataTable with columns Name, Description, URL, Status, Last Checked
00:00:05.036
And Status shows "🟢 Connected", "🔴 Disconnected" or "⚪ Unknown"
And Last Checked shows "Never" when null
And the create action label reads "+ New Repository"
After
Given I am authenticated
00:00:01.375
Given I am on the repositories page
00:00:00.016
When I click "New Repository"
00:00:28.462
Then the new-repository modal opens
And it accepts Name, Description, URL and Auth Token / PAT
And submitting navigates to the new repository's detail page
After
00:00:00.125