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.984
When I open the container registries page
00:00:00.103
Then I see a list of configured container registries
00:00:01.365
Given I am authenticated
00:00:07.488
When I open the container registries page
00:00:00.101
And I click Add Registry
00:00:01.976
Then the add modal opens with title "Add Container Registry"
00:00:00.193
And the form shows Name, URL, Username and Token fields
00:00:00.220
Given I am authenticated
00:00:07.739
Given an existing container registry
00:00:01.939
When I view the container registry detail page
00:00:00.786
Then I see registry name, URL, and username
00:00:00.152
Given I am authenticated
00:00:07.306
When I open the container registries page
00:00:00.206
And I click Add Registry
00:00:02.151
And I fill the registry form with name "Staging Registry" and URL "not-a-valid-url"
00:00:00.445
And I save the registry form
00:00:00.737
Then the URL field shows the validation error "Must be a valid absolute URL with a scheme and host"
00:00:00.043
Given I am authenticated
00:00:07.328
When I open the container registries page
00:00:00.314
And I click Add Registry
00:00:02.006
And I fill the registry form with name "Staging Registry" and URL "https://registry.staging.example.com"
00:00:00.419
And I save the registry form
00:00:01.032
Then the new registry appears in the list
00:00:01.266
Given I am authenticated
00:00:07.740
Given an existing container registry
00:00:02.289
When I view the container registry detail page
00:00:00.832
And I click Edit
00:00:00.642
Then the edit modal opens with title "Edit Container Registry"
00:00:00.115
And the Token field is empty
00:00:00.095
Given I am authenticated
00:00:07.941
Given an existing container registry
00:00:01.726
And I view the container registry detail page
00:00:00.848
When I click Delete
00:00:00.548
Then a confirm dialog appears
00:00:00.032
And confirming deletes the registry
00:00:00.848