<testsuites id="" name="" tests="31" failures="0" skipped="1" errors="1" time="65.004341">
<testsuite name="setup/auth.setup.ts" timestamp="2026-05-12T00:13:21.747Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="3.195" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="3.195">
<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-12T00:13:21.747Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="55.332" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.042">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-tgyxzsnk
Creating component: e2e-tests-go-tgyxzsnk
2026-05-12 00:13:27.615 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-12 00:13:27.665 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-12 00:13:27.698 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-12 00:13:27.701 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-12 00:13:27.702 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-9bcf04c7f7-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-05-12 00:13:27.739 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-12 00:13:27.739 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-9bcf04c7f7.lx6e.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.465">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="7.835">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.829">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.443">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.512">
<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-tgyxzsnk' })
    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-tgyxzsnk' })


       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.206">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-tgyxzsnk
Creating component: e2e-tests-go-tgyxzsnk
2026-05-12 00:14:22.367 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-12 00:14:22.424 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-12 00:14:22.457 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-12 00:14:22.460 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-12 00:14:22.460 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-9bcf04c7f7-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-05-12 00:14:22.498 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-12 00:14:22.499 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-9bcf04c7f7.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-12T00:13:21.747Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="15.334" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.381">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-tgyxzsnk
Creating component: e2e-tests-go-tgyxzsnk
2026-05-12 00:13:27.651 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-05-12 00:13:27.716 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-12 00:13:27.743 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-12 00:13:27.745 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-12 00:13:27.746 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-9bcf04c7f7-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-05-12 00:13:27.776 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-12 00:13:27.777 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-9bcf04c7f7.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.361">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.592">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-05-12T00:13:21.747Z" hostname="ui-e2e-tests-go[github-githubactions-artifactory]" tests="7" failures="0" skipped="0" time="38.864" errors="0">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.681">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-pfabcbin
Creating component: e2e-tests-go-pfabcbin
2026-05-12 00:13:27.678 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-12 00:13:27.733 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-12 00:13:27.736 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-12 00:13:27.737 [[32mINFO [0m] utils.util: Loaded environment variable ARTIFACTORY_REGISTRY_ORG
2026-05-12 00:13:27.764 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-12 00:13:27.767 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-12 00:13:27.767 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-12 00:13:27.799 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-12 00:13:27.799 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-12 00:13:27.800 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-9bcf04c7f7-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-05-12 00:13:27.827 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-12 00:13:27.828 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-9bcf04c7f7.lx6e.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.317">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="11.449">
<system-out>
<![CDATA[2026-05-12 00:13:41.014 [[32mINFO [0m] utils.util: Loaded environment variable GH_USERNAME {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=2}
2026-05-12 00:13:41.041 [[32mINFO [0m] utils.util: Loaded environment variable GH_PASSWORD {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=2}
2026-05-12 00:13:41.621 [[32mINFO [0m] utils.util: Loaded environment variable GH_SECRET {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=2}
2026-05-12 00:13:48.281 [[32mINFO [0m] GithubActionsPlugin: Skipping checkImageRegistryLinks - not applicable for GitHub Actions CI {projectName=ui-e2e-tests-go[github-githubactions-artifactory], worker=2}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.573">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.71">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="2.543">
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.591">
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-12T00:13:21.747Z" hostname="ui-e2e-tests-go[github-githubactions-artifactory]" tests="3" failures="0" skipped="1" time="12.314" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.78">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-pfabcbin
Creating component: e2e-tests-go-pfabcbin
2026-05-12 00:13:27.651 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-12 00:13:27.706 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-12 00:13:27.709 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-12 00:13:27.709 [[32mINFO [0m] utils.util: Loaded environment variable ARTIFACTORY_REGISTRY_ORG
2026-05-12 00:13:27.738 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-05-12 00:13:27.741 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-12 00:13:27.742 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-12 00:13:27.767 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-05-12 00:13:27.768 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-05-12 00:13:27.769 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-9bcf04c7f7-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-05-12 00:13:27.798 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-12 00:13:27.799 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-9bcf04c7f7.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.238">
</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-12T00:13:21.747Z" hostname="ui-e2e-tests-go[gitlab-gitlabci-nexus]" tests="7" failures="0" skipped="0" time="40.015" errors="0">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.636">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-azxdzoij
Creating component: e2e-tests-go-azxdzoij
2026-05-12 00:13:27.716 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=true}
2026-05-12 00:13:27.717 [[32mINFO [0m] utils.util: Loaded environment variable NEXUS_REGISTRY_ORG
2026-05-12 00:13:27.770 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-12 00:13:27.771 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-9bcf04c7f7-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-05-12 00:13:27.798 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-12 00:13:27.799 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-9bcf04c7f7.lx6e.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="5.01">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="11.278">
<system-out>
<![CDATA[2026-05-12 00:13:43.696 [[32mINFO [0m] GitlabCIPlugin: Security Information table has 3 data row(s) {projectName=ui-e2e-tests-go[gitlab-gitlabci-nexus], worker=4}
2026-05-12 00:13:43.714 [[32mINFO [0m] GitlabCIPlugin: First Build pipeline run ID: 2517388448 {projectName=ui-e2e-tests-go[gitlab-gitlabci-nexus], worker=4}
2026-05-12 00:13:44.294 [[32mINFO [0m] GitlabCIPlugin: Security Information verification completed for GitLab CI {projectName=ui-e2e-tests-go[gitlab-gitlabci-nexus], worker=4}
2026-05-12 00:13:48.709 [[32mINFO [0m] GitlabCIPlugin: Skipping checkImageRegistryLinks - not applicable for GitLab CI {projectName=ui-e2e-tests-go[gitlab-gitlabci-nexus], worker=4}
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.793">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.968">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="2.707">
</testcase>
<testcase name="Component UI Test Suite › Check dependencies tab and gitops dependency › test dependency" classname="ui/component.test.ts" time="2.623">
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-05-12T00:13:21.747Z" hostname="ui-e2e-tests-go[gitlab-gitlabci-nexus]" tests="3" failures="0" skipped="0" time="15.736" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.166">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-azxdzoij
Creating component: e2e-tests-go-azxdzoij
2026-05-12 00:13:27.706 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=true}
2026-05-12 00:13:27.708 [[32mINFO [0m] utils.util: Loaded environment variable NEXUS_REGISTRY_ORG
2026-05-12 00:13:27.764 [[32mINFO [0m] base-api: Initialized GitLab client {baseUrl=https://gitlab.com, timeout=60000, sslVerify=null}
2026-05-12 00:13:27.764 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-9bcf04c7f7-lx6e-p3-openshiftapps-com:443/cluster-admin}
2026-05-12 00:13:27.795 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-05-12 00:13:27.796 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-9bcf04c7f7.lx6e.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.897">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.673">
</testcase>
</testsuite>
</testsuites>