Repository health check
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 an authenticated session
00:00:00.159
When I create a repository named "bdd-health-ok" with url "https://github.com/octocat/Hello-World" with bot account token "dummy"
00:00:00.015
And I check the created repository health
00:00:00.897
Then the repository response status should be 200
00:00:00.000
And the health response should have status "connected"
00:00:00.000
And the health response latency_ms should be greater than 0
00:00:00.000
And the repository status in the database should be "connected"
00:00:00.001
Given an authenticated session
00:00:00.186
When I create a repository named "bdd-health-bad" with url "https://github.com/nonexistent-12345-test/repo" with bot account token "dummy"
00:00:00.030
And I check the created repository health
00:00:00.538
Then the repository response status should be 200
00:00:00.000
And the health response should have status "disconnected"
00:00:00.000
Given an authenticated session
00:00:00.144
When I check health for repository ID "00000000-0000-0000-0000-000000009999"
00:00:00.001
Then the repository response status should be 404
00:00:00.000