<testsuites id="" name="" tests="81" failures="0" skipped="1" errors="6" time="98.32541099999999">
<testsuite name="setup/auth.setup.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="3.514" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="3.514">
<system-out>
<![CDATA[Setting up authentication for UI tests
Authentication setup completed successfully
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="73.001" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="6.904">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-oozlyqst
Creating component: e2e-tests-go-oozlyqst
2026-05-11 03:47:43.862 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:47:43.932 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:47:43.966 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:43.970 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:43.971 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:43.998 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:43.998 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="6.866">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="13.118">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.78">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.974">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.979">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-go[github-tekton-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-oozlyqst' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-oozlyqst' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-tekton-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.38">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-oozlyqst
Creating component: e2e-tests-go-oozlyqst
2026-05-11 03:48:56.310 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:48:56.356 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:48:56.380 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:48:56.383 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:48:56.383 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:48:56.410 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:48:56.410 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="24.281" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="7.644">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-oozlyqst
Creating component: e2e-tests-go-oozlyqst
2026-05-11 03:47:43.890 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:47:43.950 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:47:43.978 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:43.981 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:43.982 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:44.005 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:44.006 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="10.035">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.602">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[gitlab-tekton-nexus]" tests="7" failures="0" skipped="0" time="56.126" errors="0">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.634">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-qoxayumn
Creating component: e2e-tests-go-qoxayumn
2026-05-11 03:47:44.006 [[32mINFO [0m] utils.util: Loaded environment variable NEXUS_REGISTRY_ORG
2026-05-11 03:47:44.098 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:47:44.099 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:44.122 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:44.122 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="7.247">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="12.957">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.862">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="9.133">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="4.514">
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.779">
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[gitlab-tekton-nexus]" tests="3" failures="0" skipped="0" time="24.149" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.729">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-qoxayumn
Creating component: e2e-tests-go-qoxayumn
2026-05-11 03:47:43.922 [[32mINFO [0m] utils.util: Loaded environment variable NEXUS_REGISTRY_ORG
2026-05-11 03:47:44.031 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:47:44.032 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:44.061 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:44.062 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.935">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.485">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[gitlab-gitlabci-quay]" tests="7" failures="0" skipped="0" time="76.431" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.608">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-uzhjxhga
Creating component: e2e-tests-go-uzhjxhga
2026-05-11 03:47:44.056 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=true}
2026-05-11 03:47:44.058 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:47:44.114 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:47:44.115 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:44.138 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:44.139 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="7.184">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="14.61">
<system-out>
<![CDATA[2026-05-11 03:48:07.757 [[32mINFO [0m] GitlabCIPlugin: Security Information table has 3 data row(s) {projectName=ui-e2e-tests-go[gitlab-gitlabci-quay], worker=4}
2026-05-11 03:48:07.784 [[32mINFO [0m] GitlabCIPlugin: First Build pipeline run ID: 2514809517 {projectName=ui-e2e-tests-go[gitlab-gitlabci-quay], worker=4}
2026-05-11 03:48:08.458 [[32mINFO [0m] GitlabCIPlugin: Security Information verification completed for GitLab CI {projectName=ui-e2e-tests-go[gitlab-gitlabci-quay], worker=4}
2026-05-11 03:48:13.398 [[32mINFO [0m] GitlabCIPlugin: Skipping checkImageRegistryLinks - not applicable for GitLab CI {projectName=ui-e2e-tests-go[gitlab-gitlabci-quay], worker=4}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="12.59">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.368">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.369">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-gitlabci-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-gitlabci-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-gitlabci-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-go[gitlab-gitlabci-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-uzhjxhga' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-uzhjxhga' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-gitlabci-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-gitlabci-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-gitlabci-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.702">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-uzhjxhga
Creating component: e2e-tests-go-uzhjxhga
2026-05-11 03:48:59.611 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=true}
2026-05-11 03:48:59.612 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:48:59.672 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:48:59.672 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:48:59.700 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:48:59.700 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[gitlab-gitlabci-quay]" tests="3" failures="0" skipped="0" time="24.185" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.918">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-uzhjxhga
Creating component: e2e-tests-go-uzhjxhga
2026-05-11 03:47:43.966 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=true}
2026-05-11 03:47:43.968 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:47:44.019 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:47:44.020 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:44.051 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:44.052 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.723">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.544">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[github-githubactions-artifactory]" tests="7" failures="0" skipped="0" time="58.043" errors="0">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.608">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-pyxjfrvz
Creating component: e2e-tests-go-pyxjfrvz
2026-05-11 03:47:43.951 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:47:44.010 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:44.013 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:44.014 [[32mINFO [0m] utils.util: Loaded environment variable ARTIFACTORY_REGISTRY_ORG
2026-05-11 03:47:44.037 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:44.038 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:44.040 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:47:44.060 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:44.061 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:44.061 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:44.086 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:44.087 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="6.643">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.774">
<system-out>
<![CDATA[2026-05-11 03:48:05.998 [[32mINFO [0m] utils.util: Loaded environment variable GH_USERNAME {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=6}
2026-05-11 03:48:06.042 [[32mINFO [0m] utils.util: Loaded environment variable GH_PASSWORD {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=6}
2026-05-11 03:48:06.712 [[32mINFO [0m] utils.util: Loaded environment variable GH_SECRET {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=6}
2026-05-11 03:48:14.028 [[32mINFO [0m] GithubActionsPlugin: Skipping checkImageRegistryLinks - not applicable for GitHub Actions CI {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=6}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="12.555">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.693">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="3.345">
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.425">
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[github-githubactions-artifactory]" tests="3" failures="0" skipped="1" time="17.119" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.074">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-pyxjfrvz
Creating component: e2e-tests-go-pyxjfrvz
2026-05-11 03:47:43.936 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:47:43.993 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:43.997 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:43.998 [[32mINFO [0m] utils.util: Loaded environment variable ARTIFACTORY_REGISTRY_ORG
2026-05-11 03:47:44.023 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:47:44.027 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:44.028 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:44.050 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:44.050 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:44.051 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:44.077 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:44.078 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.701">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts">
<properties>
<property name="skip" value="">
</property>
</properties>
<skipped>
</skipped>
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="71.224" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.702">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-tozarkji
Creating component: e2e-tests-go-tozarkji
2026-05-11 03:47:43.965 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-11 03:47:44.049 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-11 03:47:44.049 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:47:44.050 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:47:44.050 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:47:44.085 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:47:44.105 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:44.108 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:44.109 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:44.131 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:44.132 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="6.764">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="10.187">
<system-out>
<![CDATA[2026-05-11 03:48:08.842 [[32mINFO [0m] AzurePlugin: Skipping checkImageRegistryLinks - not applicable for Azure DevOps CI {projectName=ui-e2e-tests-go[github-azure-quay], worker=8}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.183">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="9.084">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.584">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-go[github-azure-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-tozarkji' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-tozarkji' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.72">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-tozarkji
Creating component: e2e-tests-go-tozarkji
2026-05-11 03:48:54.149 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-11 03:48:54.230 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-11 03:48:54.231 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:48:54.231 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:48:54.231 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:48:54.260 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:48:54.284 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:48:54.287 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:48:54.287 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:48:54.318 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:48:54.318 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="24.69" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.319">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-tozarkji
Creating component: e2e-tests-go-tozarkji
2026-05-11 03:47:43.909 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-11 03:47:43.999 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-11 03:47:44.000 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:47:44.001 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:47:44.001 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:47:44.025 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:47:44.049 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:47:44.052 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:47:44.052 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:47:44.080 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:47:44.080 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.893">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.478">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[github-jenkins-quay]" tests="7" failures="0" skipped="0" time="61.67" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.861">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-mvtueqqk
Creating component: e2e-tests-go-mvtueqqk
2026-05-11 03:48:03.291 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:03.292 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:03.293 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:48:03.317 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:48:03.343 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:48:03.347 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:48:03.348 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:48:03.381 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:48:03.381 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="4.33">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="7.436">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.594">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.232">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.503">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-jenkins-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-jenkins-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-jenkins-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-go[github-jenkins-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-mvtueqqk' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-mvtueqqk' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-jenkins-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-jenkins-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-github-jenkins-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.714">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-mvtueqqk
Creating component: e2e-tests-go-mvtueqqk
2026-05-11 03:49:03.878 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:49:03.879 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:49:03.879 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:49:03.903 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:49:03.926 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:49:03.929 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:49:03.929 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:49:03.953 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:49:03.953 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[github-jenkins-quay]" tests="3" failures="0" skipped="0" time="19.008" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.158">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-mvtueqqk
Creating component: e2e-tests-go-mvtueqqk
2026-05-11 03:48:10.377 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:10.378 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:10.379 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:48:10.405 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:48:10.432 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:48:10.435 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:48:10.436 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:48:10.462 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:48:10.463 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="7.652">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="5.198">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[gitlab-jenkins-quay]" tests="7" failures="0" skipped="0" time="61.01" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.587">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-vpnaxtlx
Creating component: e2e-tests-go-vpnaxtlx
2026-05-11 03:48:10.399 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:10.400 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:10.401 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:48:10.463 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:48:10.464 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:48:10.491 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:48:10.492 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="7.303">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="5.743">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.183">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.591">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.886">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-jenkins-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-jenkins-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-jenkins-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-go[gitlab-jenkins-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-vpnaxtlx' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-vpnaxtlx' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-jenkins-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-jenkins-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-gitlab-jenkins-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.717">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-vpnaxtlx
Creating component: e2e-tests-go-vpnaxtlx
2026-05-11 03:49:10.408 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:49:10.409 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:49:10.409 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:49:10.469 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:49:10.469 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:49:10.497 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:49:10.498 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[gitlab-jenkins-quay]" tests="3" failures="0" skipped="0" time="20.543" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.415">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-vpnaxtlx
Creating component: e2e-tests-go-vpnaxtlx
2026-05-11 03:48:10.431 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:10.432 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:10.433 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:48:10.493 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:48:10.494 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:48:10.520 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:48:10.521 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.903">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="5.225">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[bitbucket-jenkins-quay]" tests="7" failures="0" skipped="0" time="60.586" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.357">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-aawjeuio
Creating component: e2e-tests-go-aawjeuio
2026-05-11 03:48:10.967 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:10.968 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:10.969 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:48:10.997 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_WORKSPACE
2026-05-11 03:48:10.997 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_PROJECT
2026-05-11 03:48:11.017 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:48:11.047 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:48:11.048 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Git › verify &quot;View Source&quot; link" classname="ui/component.test.ts" time="6.76">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="5.559">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.512">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.745">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.825">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-bitbucket-jenkins-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-bitbucket-jenkins-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-bitbucket-jenkins-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-go[bitbucket-jenkins-quay]] › ui/component.test.ts:206:5 › Component UI Test Suite › Test Image Registry › test image registry › Check repository heading 

    TimeoutError: Step timeout of 20000ms exceeded.

      222 |       }, { timeout: 20000 });
      223 |
    > 224 |       await test.step('Check repository heading', async () => {
          |       ^
      225 |         await registryPlugin.checkRepositoryHeading(page);
      226 |       }, { timeout: 20000 });
      227 |
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    Error: expect(locator).toBeVisible() failed

    Locator: getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-aawjeuio' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for getByRole('heading', { name: 'Quay repository: rhtap_qe/e2e-tests-go-aawjeuio' })


       at ../src/ui/plugins/registry/quayUiPlugin.ts:13

      11 |
      12 |     async checkRepositoryHeading(page: Page): Promise<void> {
    > 13 |         await expect(page.getByRole('heading', { name: `${RegistryPO.quayRepositoryPrefix} ${this.registry.getOrganization()}/${this.registry.getImageName()}` })).toBeVisible();
         |                                                                                                                                                                    ^
      14 |     }
      15 |
      16 |     async checkRepositoryLink(page: Page): Promise<void> {
        at QuayUiPlugin.checkRepositoryHeading (/workspace/ui-test/src/ui/plugins/registry/quayUiPlugin.ts:13:164)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:225:30)
        at /workspace/ui-test/tests/ui/component.test.ts:224:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-bitbucket-jenkins-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-bitbucket-jenkins-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-go-bitbucket-jenkins-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.828">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-aawjeuio
Creating component: e2e-tests-go-aawjeuio
2026-05-11 03:49:10.359 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:49:10.359 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:49:10.360 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:49:10.386 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_WORKSPACE
2026-05-11 03:49:10.386 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_PROJECT
2026-05-11 03:49:10.412 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:49:10.445 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:49:10.445 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:47:37.074Z" hostname="ui-e2e-tests-go[bitbucket-jenkins-quay]" tests="3" failures="0" skipped="0" time="13.077" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.853">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-aawjeuio
Creating component: e2e-tests-go-aawjeuio
2026-05-11 03:48:31.660 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:31.661 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:48:31.662 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:48:31.690 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_WORKSPACE
2026-05-11 03:48:31.691 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_PROJECT
2026-05-11 03:48:31.715 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-ed7dd893f4-ello-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:48:31.751 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:48:31.752 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-ed7dd893f4.ello.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.713">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.511">
</testcase>
</testsuite>
</testsuites>