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:08.293
When I open the container registries page
00:00:00.048
Then I see a list of configured container registries
00:00:01.358
Given I am authenticated
00:00:08.176
Given an existing container registry
00:00:01.822
When I view the container registry detail page
00:00:00.526
Then I see registry name, URL, and username
00:00:00.117
Given I am authenticated
00:00:07.981
When I open the container registries page
00:00:00.048
And I click Add Registry
00:00:01.719
Then the add modal opens with title "Add Container Registry"
00:00:00.079
And the form shows Name, URL, Username and Token fields
00:00:00.132
Given I am authenticated
00:00:07.616
When I open the container registries page
00:00:00.164
And I click Add Registry
00:00:01.174
And I fill the registry form with name "Staging Registry" and URL "not-a-valid-url"
00:00:00.478
And I save the registry form
00:00:00.158
Then the URL field shows the validation error "Must be a valid absolute URL with a scheme and host"
00:00:00.015
Given I am authenticated
00:00:06.265
Given an existing container registry
00:00:01.072
When I view the container registry detail page
00:00:00.862
And I click Edit
00:00:00.690
Then the edit modal opens with title "Edit Container Registry"
00:00:00.082
And the Token field is empty
00:00:00.026
Given I am authenticated
00:00:06.117
Given an existing container registry
00:00:01.095
And I view the container registry detail page
00:00:00.730
When I click Delete
00:00:00.457
Then a confirm dialog appears
00:00:00.015
And confirming deletes the registry
00:00:00.689
Given I am authenticated
00:00:07.346
When I open the container registries page
00:00:00.062
And I click Add Registry
00:00:01.490
And I fill the registry form with name "Staging Registry" and URL "https://registry.staging.example.com"
00:00:00.342
And I save the registry form
00:00:00.455
Then the new registry appears in the list
00:00:01.066