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:12.219
When I open the container registries page
00:00:00.073
Then I see a list of configured container registries
00:00:01.941
Given I am authenticated
00:00:12.381
When I open the container registries page
00:00:00.074
And I click Add Registry
00:00:01.281
Then the add modal opens with title "Add Container Registry"
00:00:00.094
And the form shows Name, URL, Username and Token fields
00:00:00.106
Given I am authenticated
00:00:12.433
Given an existing container registry
00:00:01.959
When I view the container registry detail page
00:00:00.587
Then I see registry name, URL, and username
00:00:00.330
Given I am authenticated
00:00:07.051
When I open the container registries page
00:00:00.078
And I click Add Registry
00:00:01.765
And I fill the registry form with name "Staging Registry" and URL "not-a-valid-url"
00:00:00.431
And I save the registry form
00:00:00.353
Then the URL field shows the validation error "Must be a valid absolute URL with a scheme and host"
00:00:00.019
Given I am authenticated
00:00:05.718
Given an existing container registry
00:00:01.384
When I view the container registry detail page
00:00:00.596
And I click Edit
00:00:00.565
Then the edit modal opens with title "Edit Container Registry"
00:00:00.036
And the Token field is empty
00:00:00.074
Given I am authenticated
00:00:05.871
When I open the container registries page
00:00:00.099
And I click Add Registry
00:00:01.778
And I fill the registry form with name "Staging Registry" and URL "https://registry.staging.example.com"
00:00:00.309
And I save the registry form
00:00:00.313
Then the new registry appears in the list
00:00:00.847
Given I am authenticated
00:00:05.778
Given an existing container registry
00:00:01.430
And I view the container registry detail page
00:00:00.548
When I click Delete
00:00:00.519
Then a confirm dialog appears
00:00:00.031
And confirming deletes the registry
00:00:01.040