Container Registries
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:06.182
When I open the container registries page
00:00:00.056
Then I see a list of configured container registries
00:00:01.312
Given I am authenticated
00:00:05.781
When I open the container registries page
00:00:00.100
And I click Add Registry
00:00:01.469
Then the add modal opens with title "Add Container Registry"
00:00:00.065
And the form shows Name, URL, Username and Token fields
00:00:00.113
Given I am authenticated
00:00:05.724
Given an existing container registry
00:00:01.572
When I view the container registry detail page
00:00:00.683
Then I see registry name, URL, and username
00:00:00.280
Given I am authenticated
00:00:06.182
When I open the container registries page
00:00:00.054
And I click Add Registry
00:00:01.421
And I fill the registry form with name "Staging Registry" and URL "not-a-valid-url"
00:00:00.327
And I save the registry form
00:00:00.616
Then the URL field shows the validation error "Must be a valid absolute URL with a scheme and host"
00:00:00.028
Given I am authenticated
00:00:05.776
When I open the container registries page
00:00:00.050
And I click Add Registry
00:00:01.394
And I fill the registry form with name "Staging Registry" and URL "https://registry.staging.example.com"
00:00:00.306
And I save the registry form
00:00:00.546
Then the new registry appears in the list
00:00:00.761
Given I am authenticated
00:00:05.892
Given an existing container registry
00:00:01.359
When I view the container registry detail page
00:00:00.833
And I click Edit
00:00:00.517
Then the edit modal opens with title "Edit Container Registry"
00:00:00.187
And the Token field is empty
00:00:00.065
Given I am authenticated
00:00:05.154
Given an existing container registry
00:00:01.280
And I view the container registry detail page
00:00:00.629
When I click Delete
00:00:00.417
Then a confirm dialog appears
00:00:00.028
And confirming deletes the registry
00:00:00.847