<testsuites id="" name="" tests="81" failures="0" skipped="1" errors="6" time="97.48594200000001">
<testsuite name="setup/auth.setup.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="4.216" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="4.216">
<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:45:24.976Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="76.101" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.03">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-dpkfkgkc
Creating component: e2e-tests-go-dpkfkgkc
2026-05-11 03:45:31.953 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:32.006 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:32.029 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.032 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.033 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.059 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.060 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.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.502">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="13.638">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.821">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="10.554">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.799">
<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-dpkfkgkc' })
    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-dpkfkgkc' })


       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.757">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-dpkfkgkc
Creating component: e2e-tests-go-dpkfkgkc
2026-05-11 03:46:46.979 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:46:47.035 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:46:47.060 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:46:47.062 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:46:47.063 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:46:47.095 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:46:47.096 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="24.358" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.681">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-dpkfkgkc
Creating component: e2e-tests-go-dpkfkgkc
2026-05-11 03:45:31.959 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:32.014 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:32.043 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.047 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.048 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.074 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.074 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.572">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.105">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[gitlab-tekton-nexus]" tests="7" failures="0" skipped="0" time="57.517" errors="0">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.852">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-splcyitf
Creating component: e2e-tests-go-splcyitf
2026-05-11 03:45:32.019 [[32mINFO [0m] utils.util: Loaded environment variable NEXUS_REGISTRY_ORG
2026-05-11 03:45:32.106 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:45:32.107 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.136 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.137 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.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.066">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="13.648">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="12.128">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.639">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="4.298">
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.886">
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[gitlab-tekton-nexus]" tests="3" failures="0" skipped="0" time="24.592" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.861">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-splcyitf
Creating component: e2e-tests-go-splcyitf
2026-05-11 03:45:31.950 [[32mINFO [0m] utils.util: Loaded environment variable NEXUS_REGISTRY_ORG
2026-05-11 03:45:32.052 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:45:32.053 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.083 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.084 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.601">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.13">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[gitlab-gitlabci-quay]" tests="7" failures="0" skipped="0" time="77.965" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.863">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-zfjvgjeh
Creating component: e2e-tests-go-zfjvgjeh
2026-05-11 03:45:32.039 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=true}
2026-05-11 03:45:32.040 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:32.091 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:45:32.092 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.121 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.122 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.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.045">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="16.522">
<system-out>
<![CDATA[2026-05-11 03:45:57.823 [[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:45:57.846 [[32mINFO [0m] GitlabCIPlugin: First Build pipeline run ID: 2514807884 {projectName=ui-e2e-tests-go[gitlab-gitlabci-quay], worker=4}
2026-05-11 03:45:58.502 [[32mINFO [0m] GitlabCIPlugin: Security Information verification completed for GitLab CI {projectName=ui-e2e-tests-go[gitlab-gitlabci-quay], worker=4}
2026-05-11 03:46:03.458 [[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.786">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.574">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.455">
<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-zfjvgjeh' })
    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-zfjvgjeh' })


       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.72">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-zfjvgjeh
Creating component: e2e-tests-go-zfjvgjeh
2026-05-11 03:46:49.023 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=true}
2026-05-11 03:46:49.024 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:46:49.081 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:46:49.081 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:46:49.106 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:46:49.106 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[gitlab-gitlabci-quay]" tests="3" failures="0" skipped="0" time="24.679" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.225">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-zfjvgjeh
Creating component: e2e-tests-go-zfjvgjeh
2026-05-11 03:45:32.067 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=true}
2026-05-11 03:45:32.068 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:32.118 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:45:32.119 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.141 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.142 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.13">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.324">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[github-githubactions-artifactory]" tests="7" failures="0" skipped="0" time="57.946" errors="0">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.833">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-wswmdwxv
Creating component: e2e-tests-go-wswmdwxv
2026-05-11 03:45:31.968 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:32.015 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.018 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.019 [[32mINFO [0m] utils.util: Loaded environment variable ARTIFACTORY_REGISTRY_ORG
2026-05-11 03:45:32.043 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:32.047 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.047 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.068 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.069 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.070 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.097 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.098 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.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.58">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.183">
<system-out>
<![CDATA[2026-05-11 03:45:54.121 [[32mINFO [0m] utils.util: Loaded environment variable GH_USERNAME {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=6}
2026-05-11 03:45:54.172 [[32mINFO [0m] utils.util: Loaded environment variable GH_PASSWORD {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=6}
2026-05-11 03:45:54.829 [[32mINFO [0m] utils.util: Loaded environment variable GH_SECRET {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=6}
2026-05-11 03:46:01.548 [[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.722">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.249">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="3.977">
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="3.402">
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[github-githubactions-artifactory]" tests="3" failures="0" skipped="1" time="18.41" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.273">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-wswmdwxv
Creating component: e2e-tests-go-wswmdwxv
2026-05-11 03:45:32.002 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:32.054 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.057 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.058 [[32mINFO [0m] utils.util: Loaded environment variable ARTIFACTORY_REGISTRY_ORG
2026-05-11 03:45:32.083 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.085 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.087 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:32.108 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.109 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.110 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.133 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.134 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.757">
</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:45:24.976Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="72.919" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.204">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-jwlnbrvt
Creating component: e2e-tests-go-jwlnbrvt
2026-05-11 03:45:32.032 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-11 03:45:32.105 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-11 03:45:32.106 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:45:32.106 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:45:32.107 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:32.130 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:32.148 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.151 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.152 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.176 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.177 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.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.909">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="11.632">
<system-out>
<![CDATA[2026-05-11 03:45:58.957 [[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="11.49">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.284">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.688">
<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-jwlnbrvt' })
    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-jwlnbrvt' })


       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.712">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-jwlnbrvt
Creating component: e2e-tests-go-jwlnbrvt
2026-05-11 03:46:43.958 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-11 03:46:44.028 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-11 03:46:44.029 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:46:44.029 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:46:44.029 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:46:44.056 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:46:44.083 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:46:44.086 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:46:44.087 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:46:44.117 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:46:44.118 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="24.272" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.434">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-jwlnbrvt
Creating component: e2e-tests-go-jwlnbrvt
2026-05-11 03:45:31.961 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-05-11 03:45:32.043 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-05-11 03:45:32.044 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:45:32.044 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-05-11 03:45:32.044 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:32.067 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:32.094 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:32.096 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:32.098 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:32.121 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:32.121 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.699">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.139">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[github-jenkins-quay]" tests="7" failures="0" skipped="0" time="60.496" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.163">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-ytzflhss
Creating component: e2e-tests-go-ytzflhss
2026-05-11 03:45:52.416 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:52.417 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:52.418 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:52.446 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:52.473 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:52.476 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:52.477 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:52.511 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:52.512 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.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.234">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="7.146">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.52">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.863">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.869">
<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-ytzflhss' })
    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-ytzflhss' })


       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.701">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-ytzflhss
Creating component: e2e-tests-go-ytzflhss
2026-05-11 03:46:51.950 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:46:51.951 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:46:51.951 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:46:51.973 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:46:51.997 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:46:52.000 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:46:52.000 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:46:52.027 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:46:52.027 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[github-jenkins-quay]" tests="3" failures="0" skipped="0" time="18.604" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.641">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-ytzflhss
Creating component: e2e-tests-go-ytzflhss
2026-05-11 03:45:58.368 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:58.369 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:58.370 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:58.396 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-11 03:45:58.419 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-11 03:45:58.423 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-11 03:45:58.424 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:58.454 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:58.455 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.426">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.537">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[gitlab-jenkins-quay]" tests="7" failures="0" skipped="0" time="60.133" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.1">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-ekjnmpxv
Creating component: e2e-tests-go-ekjnmpxv
2026-05-11 03:45:58.440 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:58.441 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:58.441 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:58.516 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:45:58.517 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:58.546 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:58.547 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.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.212">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="6.069">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.967">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.471">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.6">
<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-ekjnmpxv' })
    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-ekjnmpxv' })


       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.714">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-ekjnmpxv
Creating component: e2e-tests-go-ekjnmpxv
2026-05-11 03:46:57.603 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:46:57.604 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:46:57.604 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:46:57.658 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:46:57.659 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:46:57.687 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:46:57.687 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[gitlab-jenkins-quay]" tests="3" failures="0" skipped="0" time="19.59" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.392">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-ekjnmpxv
Creating component: e2e-tests-go-ekjnmpxv
2026-05-11 03:45:58.684 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:58.685 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:58.686 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:58.753 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-11 03:45:58.755 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:58.781 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:58.782 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.351">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.847">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[bitbucket-jenkins-quay]" tests="7" failures="0" skipped="0" time="57.654" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.233">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-xtnpbqce
Creating component: e2e-tests-go-xtnpbqce
2026-05-11 03:45:58.791 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:58.792 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:45:58.793 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:45:58.817 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_WORKSPACE
2026-05-11 03:45:58.817 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_PROJECT
2026-05-11 03:45:58.844 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:45:58.878 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:45:58.878 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.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.306">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="5.471">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.401">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.378">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.547">
<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-xtnpbqce' })
    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-xtnpbqce' })


       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.318">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-xtnpbqce
Creating component: e2e-tests-go-xtnpbqce
2026-05-11 03:46:55.845 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:46:55.846 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:46:55.846 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:46:55.875 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_WORKSPACE
2026-05-11 03:46:55.875 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_PROJECT
2026-05-11 03:46:55.900 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:46:55.929 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:46:55.929 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-11T03:45:24.976Z" hostname="ui-e2e-tests-go[bitbucket-jenkins-quay]" tests="3" failures="0" skipped="0" time="13.717" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.094">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-xtnpbqce
Creating component: e2e-tests-go-xtnpbqce
2026-05-11 03:46:19.172 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:46:19.173 [[32mINFO [0m] rhtap.core.integration.ci.base: Jenkins client initialized successfully
2026-05-11 03:46:19.174 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-11 03:46:19.198 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_WORKSPACE
2026-05-11 03:46:19.199 [[32mINFO [0m] utils.util: Loaded environment variable BITBUCKET_PROJECT
2026-05-11 03:46:19.228 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f54135ee2d-loob-p3-openshiftapps-com:443/cluster-admin}
2026-05-11 03:46:19.261 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-11 03:46:19.262 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f54135ee2d.loob.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.091">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.532">
</testcase>
</testsuite>
</testsuites>