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:04.960
When I open the container registries page
00:00:00.059
Then I see a list of configured container registries
00:00:01.053
Given I am authenticated
00:00:05.349
When I open the container registries page
00:00:00.046
And I click Add Registry
00:00:01.552
Then the add modal opens with title "Add Container Registry"
00:00:00.089
And the form shows Name, URL, Username and Token fields
00:00:00.112
Given I am authenticated
00:00:05.266
Given an existing container registry
00:00:01.520
When I view the container registry detail page
00:00:00.688
Then I see registry name, URL, and username
00:00:00.119
Given I am authenticated
00:00:05.125
When I open the container registries page
00:00:00.114
And I click Add Registry
00:00:01.626
And I fill the registry form with name "Staging Registry" and URL "not-a-valid-url"
00:00:00.359
And I save the registry form
00:00:00.551
Then the URL field shows the validation error "Must be a valid absolute URL with a scheme and host"
00:00:00.045
Given I am authenticated
00:00:05.248
When I open the container registries page
00:00:00.117
And I click Add Registry
00:00:01.528
And I fill the registry form with name "Staging Registry" and URL "https://registry.staging.example.com"
00:00:00.259
And I save the registry form
00:00:00.518
Then the new registry appears in the list
00:00:01.108
Given I am authenticated
00:00:05.275
Given an existing container registry
00:00:01.331
When I view the container registry detail page
00:00:00.582
And I click Edit
00:00:00.498
Then the edit modal opens with title "Edit Container Registry"
00:00:00.131
And the Token field is empty
00:00:00.026
Given I am authenticated
00:00:05.281
Given an existing container registry
00:00:01.441
And I view the container registry detail page
00:00:00.482
When I click Delete
00:00:00.402
Then a confirm dialog appears
00:00:00.226
And confirming deletes the registry
00:00:01.505