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.062
When I open the container registries page
00:00:00.134
Then I see a list of configured container registries
00:00:02.544
Given I am authenticated
00:00:20.899
When I open the container registries page
00:00:00.422
And I click Add Registry
00:00:03.220
Then the add modal opens with title "Add Container Registry"
00:00:00.285
And the form shows Name, URL, Username and Token fields
00:00:00.712
Given I am authenticated
00:00:11.711
Given an existing container registry
00:00:03.265
When I view the container registry detail page
00:00:01.267
And I click Edit
00:00:00.784
Then the edit modal opens with title "Edit Container Registry"
00:00:00.183
And the Token field is empty
00:00:00.043
Given I am authenticated
00:00:19.142
Given an existing container registry
00:00:03.210
And I view the container registry detail page
00:00:01.509
When I click Delete
00:00:00.846
Then a confirm dialog appears
00:00:00.111
And confirming deletes the registry
00:00:01.642
Before
Given I am authenticated
00:00:22.634
When I open the container registries page
00:00:00.370
And I click Add Registry
00:00:05.057
And I fill the registry form with name "Staging Registry" and URL "not-a-valid-url"
00:00:02.230
And I save the registry form
00:00:01.251
Then the URL field shows the validation error "Must be a valid absolute URL with a scheme and host"
After
00:00:03.383
After
00:00:01.251
Before
Given I am authenticated
00:00:22.032
When I open the container registries page
00:00:00.396
And I click Add Registry
00:00:05.751
And I fill the registry form with name "Staging Registry" and URL "https://registry.staging.example.com"
00:00:03.100
And I save the registry form
Then the new registry appears in the list
After
00:00:03.449
Before
Given I am authenticated
00:00:28.763
Given an existing container registry
00:00:04.187
When I view the container registry detail page
Then I see registry name, URL, and username
After
00:00:04.260