Repository git operations
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.243
When I clone repository "https://github.com/octocat/Hello-World" without token
00:00:01.119
Then the clone destination should contain a ".git" directory
00:00:00.010
Given I am authenticated
00:00:00.290
When I clone repository "https://github.com/nonexistent-12345-test/repo" without token
00:00:00.437
Then the clone should fail with an error
00:00:00.000
Given I am authenticated
00:00:00.244
And I have cloned repository "https://github.com/octocat/Hello-World" without token
00:00:01.110
When I create branch "agent-platform/test-feature" in the cloned repository
00:00:00.017
Then the branch should exist
00:00:00.010
And the repository should not be on "main" or "master"
00:00:00.014
Given I am authenticated
00:00:00.391
And I have cloned repository "https://github.com/octocat/Hello-World" without token
00:00:01.391
When I create branch "main" in the cloned repository
00:00:00.000
Then the branch creation should fail with "protected name"
00:00:00.013