Background repository connection monitor
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 a repository exists with URL "https://github.com/octocat/Hello-World" and status "unknown"
00:00:01.242
When the background monitor checks that repository
00:00:00.685
Then the monitored repository status in the database should be "connected"
00:00:00.003
And the monitored repository "last_checked_at" should not be null
00:00:00.002
Given a repository exists with URL "https://github.com/nonexistent-12345-test/repo" and status "unknown"
00:00:01.046
When the background monitor checks that repository
00:00:00.543
Then the monitored repository status in the database should be "disconnected"
00:00:00.002