<testsuites id="" name="" tests="121" failures="0" skipped="0" errors="18" time="202.727653">
<testsuite name="setup/auth.setup.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="4.513" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="4.513">
<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-07-04T15:08:40.007Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="79.538" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="7.415">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-dubnvamz
Creating component: e2e-tests-go-dubnvamz
2026-07-04 15:08:47.195 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.257 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.286 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.290 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.291 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.324 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.324 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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="8.292">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="15.512">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.611">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.986">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.164">
<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-dubnvamz' })
    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-dubnvamz' })


       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="3.558">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-dubnvamz
Creating component: e2e-tests-go-dubnvamz
2026-07-04 15:10:05.087 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:05.143 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:05.171 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:05.174 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:05.175 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:05.208 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:05.209 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="27.84" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.145">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-dubnvamz
Creating component: e2e-tests-go-dubnvamz
2026-07-04 15:08:47.222 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.278 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.306 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.309 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.309 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.338 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.338 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="11.704">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.991">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="105.647" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.517">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-rwogookv
Creating component: e2e-tests-go-rwogookv
2026-07-04 15:08:47.265 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:08:47.350 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:08:47.351 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:08:47.351 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:08:47.352 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.376 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.402 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.406 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.407 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.435 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.436 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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.462">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="47.315">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-go-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-go-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-go-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 40000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-go[github-azure-quay]] › ui/component.test.ts:83:5 › Component UI Test Suite › Verify CI › verify CI provider on CI tab › Check CI table content 

    TimeoutError: Step timeout of 40000ms exceeded.

      109 |       }, {timeout: 20000});
      110 |
    > 111 |       await test.step('Check CI table content', async () => {
          |       ^
      112 |         await ciPlugin!.checkActions(page);
      113 |       }, {timeout: 40000});
      114 |
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    Error: expect(locator).toBeVisible() failed

    Locator: locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })


       at ../src/ui/plugins/ci/azurePlugin.ts:67

      65 |         
      66 |         const viewLogsButton = firstRow.getByRole('button', { name: AzurePO.viewLogsButtonName });
    > 67 |         await expect(viewLogsButton).toBeVisible();
         |                                      ^
      68 |         await viewLogsButton.click();
      69 |
      70 |         const logsPopup = page.getByRole('heading', { name: AzurePO.logsPopupHeadingRegex });
        at AzurePlugin.checkActions (/workspace/ui-test/src/ui/plugins/ci/azurePlugin.ts:67:38)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:112:25)
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-go-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-go-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-go-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.488">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-rwogookv
Creating component: e2e-tests-go-rwogookv
2026-07-04 15:09:52.444 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:09:52.536 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:09:52.536 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:52.537 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:52.537 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:52.566 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:52.597 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:52.600 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:52.601 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:52.636 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:52.637 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.391">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.912">
<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-rwogookv' })
    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-rwogookv' })


       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="3.562">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-rwogookv
Creating component: e2e-tests-go-rwogookv
2026-07-04 15:10:33.268 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:10:33.352 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:10:33.353 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:33.353 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:33.354 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:33.382 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:33.407 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:33.411 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:33.412 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:33.443 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:33.444 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="27.853" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.37">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-rwogookv
Creating component: e2e-tests-go-rwogookv
2026-07-04 15:08:47.236 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:08:47.317 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:08:47.318 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:08:47.318 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:08:47.319 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.347 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.374 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.377 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.378 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.404 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.404 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="11.03">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.453">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="7" failures="0" skipped="0" time="86.861" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.754">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-soneipfb
Creating component: e2e-tests-python-soneipfb
2026-07-04 15:08:47.256 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.320 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.348 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.352 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.353 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.383 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.384 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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="8.261">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="21.098">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="12.836">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.379">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.407">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-tekton-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-python[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-python-soneipfb' })
    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-python-soneipfb' })


       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-python-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-python-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-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="4.126">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-soneipfb
Creating component: e2e-tests-python-soneipfb
2026-07-04 15:10:11.926 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:11.985 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:12.013 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:12.016 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:12.017 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:12.048 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:12.048 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="3" failures="0" skipped="0" time="27.878" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.231">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-soneipfb
Creating component: e2e-tests-python-soneipfb
2026-07-04 15:08:47.244 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.301 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.329 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.332 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.332 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.366 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.366 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="11.138">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.509">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="7" failures="0" skipped="0" time="109.081" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.84">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-qgklyavf
Creating component: e2e-tests-python-qgklyavf
2026-07-04 15:08:47.262 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:08:47.342 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:08:47.342 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:08:47.343 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:08:47.343 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.370 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.395 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.398 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.399 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.427 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.427 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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="8.077">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="48.076">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-python-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-python-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-python-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 40000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-python[github-azure-quay]] › ui/component.test.ts:83:5 › Component UI Test Suite › Verify CI › verify CI provider on CI tab › Check CI table content 

    TimeoutError: Step timeout of 40000ms exceeded.

      109 |       }, {timeout: 20000});
      110 |
    > 111 |       await test.step('Check CI table content', async () => {
          |       ^
      112 |         await ciPlugin!.checkActions(page);
      113 |       }, {timeout: 40000});
      114 |
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    Error: expect(locator).toBeVisible() failed

    Locator: locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })


       at ../src/ui/plugins/ci/azurePlugin.ts:67

      65 |         
      66 |         const viewLogsButton = firstRow.getByRole('button', { name: AzurePO.viewLogsButtonName });
    > 67 |         await expect(viewLogsButton).toBeVisible();
         |                                      ^
      68 |         await viewLogsButton.click();
      69 |
      70 |         const logsPopup = page.getByRole('heading', { name: AzurePO.logsPopupHeadingRegex });
        at AzurePlugin.checkActions (/workspace/ui-test/src/ui/plugins/ci/azurePlugin.ts:67:38)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:112:25)
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-python-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-python-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-python-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-qgklyavf
Creating component: e2e-tests-python-qgklyavf
2026-07-04 15:09:54.279 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:09:54.365 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:09:54.366 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:54.366 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:54.367 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:54.396 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:54.431 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:54.434 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:54.435 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:54.466 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:54.467 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.68">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.95">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-azure-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-python[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-python-qgklyavf' })
    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-python-qgklyavf' })


       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-python-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-python-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-python-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="4.458">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-qgklyavf
Creating component: e2e-tests-python-qgklyavf
2026-07-04 15:10:35.965 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:10:36.048 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:10:36.049 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:36.049 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:36.049 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:36.076 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:36.100 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:36.103 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:36.104 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:36.132 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:36.132 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="3" failures="0" skipped="0" time="27.987" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.838">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-qgklyavf
Creating component: e2e-tests-python-qgklyavf
2026-07-04 15:08:47.255 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:08:47.343 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:08:47.344 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:08:47.345 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:08:47.345 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.373 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.400 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.404 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.405 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.432 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.433 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="12.06">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.089">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="7" failures="0" skipped="0" time="86.894" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.77">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-wkleevsi
Creating component: e2e-tests-dotnet-basic-wkleevsi
2026-07-04 15:08:47.245 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.312 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.346 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.350 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.351 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.381 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.382 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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.962">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="21.324">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="12.898">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.168">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.308">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-dotnet-basic[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-dotnet-basic-wkleevsi' })
    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-dotnet-basic-wkleevsi' })


       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-dotnet-basic-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-dotnet-basic-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-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="4.464">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-wkleevsi
Creating component: e2e-tests-dotnet-basic-wkleevsi
2026-07-04 15:10:11.608 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:11.671 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:11.700 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:11.704 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:11.705 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:11.739 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:11.740 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="3" failures="0" skipped="0" time="27.853" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.665">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-wkleevsi
Creating component: e2e-tests-dotnet-basic-wkleevsi
2026-07-04 15:08:47.244 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:08:47.309 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:08:47.337 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:08:47.339 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:08:47.340 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:08:47.367 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:08:47.368 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="11.27">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.918">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="7" failures="0" skipped="0" time="105.476" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="6.042">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-lbcovxmh
Creating component: e2e-tests-dotnet-basic-lbcovxmh
2026-07-04 15:09:17.036 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:09:17.131 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:09:17.131 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:17.132 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:17.132 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:17.160 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:17.191 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:17.194 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:17.195 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:17.230 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:17.230 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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.653">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="46.248">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 40000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-dotnet-basic[github-azure-quay]] › ui/component.test.ts:83:5 › Component UI Test Suite › Verify CI › verify CI provider on CI tab › Check CI table content 

    TimeoutError: Step timeout of 40000ms exceeded.

      109 |       }, {timeout: 20000});
      110 |
    > 111 |       await test.step('Check CI table content', async () => {
          |       ^
      112 |         await ciPlugin!.checkActions(page);
      113 |       }, {timeout: 40000});
      114 |
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    Error: expect(locator).toBeVisible() failed

    Locator: locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })


       at ../src/ui/plugins/ci/azurePlugin.ts:67

      65 |         
      66 |         const viewLogsButton = firstRow.getByRole('button', { name: AzurePO.viewLogsButtonName });
    > 67 |         await expect(viewLogsButton).toBeVisible();
         |                                      ^
      68 |         await viewLogsButton.click();
      69 |
      70 |         const logsPopup = page.getByRole('heading', { name: AzurePO.logsPopupHeadingRegex });
        at AzurePlugin.checkActions (/workspace/ui-test/src/ui/plugins/ci/azurePlugin.ts:67:38)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:112:25)
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-dotnet-basic-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.289">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-lbcovxmh
Creating component: e2e-tests-dotnet-basic-lbcovxmh
2026-07-04 15:10:17.833 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:10:17.915 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:10:17.916 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:17.916 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:17.916 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:17.941 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:17.967 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:17.970 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:17.971 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:17.996 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:17.997 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.664">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.467">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-dotnet-basic[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-dotnet-basic-lbcovxmh' })
    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-dotnet-basic-lbcovxmh' })


       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-dotnet-basic-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-dotnet-basic-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-dotnet-basic-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="3.113">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-lbcovxmh
Creating component: e2e-tests-dotnet-basic-lbcovxmh
2026-07-04 15:11:03.004 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:11:03.129 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:11:03.130 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:03.130 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:03.131 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:11:03.161 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:11:03.185 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:11:03.187 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:11:03.188 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:11:03.221 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:11:03.222 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="3" failures="0" skipped="0" time="20.914" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.5">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-lbcovxmh
Creating component: e2e-tests-dotnet-basic-lbcovxmh
2026-07-04 15:09:17.051 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:09:17.142 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:09:17.143 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:17.144 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:17.145 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:17.179 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:17.210 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:17.214 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:17.215 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:17.248 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:17.249 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="10.163">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.251">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="7" failures="0" skipped="0" time="68.238" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="6.103">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-ataegaja
Creating component: e2e-tests-nodejs-ataegaja
2026-07-04 15:09:17.095 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:17.148 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:17.178 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:17.182 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:17.182 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:17.231 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:17.231 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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.585">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="12.742">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.215">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.564">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.703">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-nodejs[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-nodejs-ataegaja' })
    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-nodejs-ataegaja' })


       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-nodejs-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-nodejs-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-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="3.326">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-ataegaja
Creating component: e2e-tests-nodejs-ataegaja
2026-07-04 15:10:24.065 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:24.122 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:24.150 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:24.153 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:24.154 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:24.180 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:24.180 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="3" failures="0" skipped="0" time="20.495" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="6.541">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-ataegaja
Creating component: e2e-tests-nodejs-ataegaja
2026-07-04 15:09:17.226 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:17.292 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:17.318 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:17.321 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:17.322 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:17.354 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:17.354 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="10.121">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.833">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="7" failures="0" skipped="0" time="105.303" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.781">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-johjtxwu
Creating component: e2e-tests-nodejs-johjtxwu
2026-07-04 15:09:17.321 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:09:17.409 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:09:17.409 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:17.410 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:17.410 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:17.437 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:17.465 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:17.469 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:17.470 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:17.500 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:17.501 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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.409">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="46.037">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-nodejs-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-nodejs-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-nodejs-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 40000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-nodejs[github-azure-quay]] › ui/component.test.ts:83:5 › Component UI Test Suite › Verify CI › verify CI provider on CI tab › Check CI table content 

    TimeoutError: Step timeout of 40000ms exceeded.

      109 |       }, {timeout: 20000});
      110 |
    > 111 |       await test.step('Check CI table content', async () => {
          |       ^
      112 |         await ciPlugin!.checkActions(page);
      113 |       }, {timeout: 40000});
      114 |
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    Error: expect(locator).toBeVisible() failed

    Locator: locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })


       at ../src/ui/plugins/ci/azurePlugin.ts:67

      65 |         
      66 |         const viewLogsButton = firstRow.getByRole('button', { name: AzurePO.viewLogsButtonName });
    > 67 |         await expect(viewLogsButton).toBeVisible();
         |                                      ^
      68 |         await viewLogsButton.click();
      69 |
      70 |         const logsPopup = page.getByRole('heading', { name: AzurePO.logsPopupHeadingRegex });
        at AzurePlugin.checkActions (/workspace/ui-test/src/ui/plugins/ci/azurePlugin.ts:67:38)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:112:25)
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-nodejs-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-nodejs-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-nodejs-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.673">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-johjtxwu
Creating component: e2e-tests-nodejs-johjtxwu
2026-07-04 15:10:17.469 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:10:17.549 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:10:17.550 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:17.550 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:17.551 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:17.577 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:17.601 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:17.604 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:17.605 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:17.635 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:17.635 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.856">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.404">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-azure-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-nodejs[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-nodejs-johjtxwu' })
    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-nodejs-johjtxwu' })


       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-nodejs-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-nodejs-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-nodejs-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="3.143">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-johjtxwu
Creating component: e2e-tests-nodejs-johjtxwu
2026-07-04 15:11:03.065 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:11:03.143 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:11:03.144 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:03.144 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:03.145 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:11:03.173 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:11:03.203 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:11:03.206 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:11:03.207 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:11:03.234 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:11:03.235 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="3" failures="0" skipped="0" time="13.495" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.417">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-johjtxwu
Creating component: e2e-tests-nodejs-johjtxwu
2026-07-04 15:09:39.652 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:09:39.743 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:09:39.744 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:39.744 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:09:39.745 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:39.770 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:39.799 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:39.802 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:39.803 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:39.842 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:39.843 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.3">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.778">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="7" failures="0" skipped="0" time="59.671" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="3.752">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-zmvbsize
Creating component: e2e-tests-java-quarkus-zmvbsize
2026-07-04 15:09:40.095 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:40.162 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:40.197 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:40.202 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:40.203 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:40.235 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:40.236 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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="3.731">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="8.033">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.51">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.232">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.635">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-tekton-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-quarkus[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-java-quarkus-zmvbsize' })
    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-java-quarkus-zmvbsize' })


       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-java-quarkus-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-java-quarkus-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-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="3.778">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-zmvbsize
Creating component: e2e-tests-java-quarkus-zmvbsize
2026-07-04 15:10:38.026 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:38.084 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:38.112 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:38.116 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:38.117 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:38.147 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:38.148 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="3" failures="0" skipped="0" time="12.979" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.514">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-zmvbsize
Creating component: e2e-tests-java-quarkus-zmvbsize
2026-07-04 15:09:55.131 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:09:55.190 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:09:55.216 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:09:55.219 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:09:55.220 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:09:55.251 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:09:55.252 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="4.882">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.583">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="7" failures="0" skipped="0" time="90.844" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="3.471">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-zzdkpymx
Creating component: e2e-tests-java-quarkus-zzdkpymx
2026-07-04 15:10:09.846 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:10:09.935 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:10:09.936 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:09.936 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:09.937 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:09.968 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:09.995 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:09.998 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:09.999 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:10.026 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:10.027 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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.132">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="44.632">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 40000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-quarkus[github-azure-quay]] › ui/component.test.ts:83:5 › Component UI Test Suite › Verify CI › verify CI provider on CI tab › Check CI table content 

    TimeoutError: Step timeout of 40000ms exceeded.

      109 |       }, {timeout: 20000});
      110 |
    > 111 |       await test.step('Check CI table content', async () => {
          |       ^
      112 |         await ciPlugin!.checkActions(page);
      113 |       }, {timeout: 40000});
      114 |
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    Error: expect(locator).toBeVisible() failed

    Locator: locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })


       at ../src/ui/plugins/ci/azurePlugin.ts:67

      65 |         
      66 |         const viewLogsButton = firstRow.getByRole('button', { name: AzurePO.viewLogsButtonName });
    > 67 |         await expect(viewLogsButton).toBeVisible();
         |                                      ^
      68 |         await viewLogsButton.click();
      69 |
      70 |         const logsPopup = page.getByRole('heading', { name: AzurePO.logsPopupHeadingRegex });
        at AzurePlugin.checkActions (/workspace/ui-test/src/ui/plugins/ci/azurePlugin.ts:67:38)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:112:25)
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-quarkus-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.969">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-zzdkpymx
Creating component: e2e-tests-java-quarkus-zzdkpymx
2026-07-04 15:11:03.823 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:11:03.904 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:11:03.905 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:03.905 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:03.905 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:11:03.930 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:11:03.957 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:11:03.959 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:11:03.960 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:11:03.990 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:11:03.990 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.447">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.51">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-azure-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-quarkus[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-java-quarkus-zzdkpymx' })
    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-java-quarkus-zzdkpymx' })


       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-java-quarkus-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-java-quarkus-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-quarkus-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.683">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-zzdkpymx
Creating component: e2e-tests-java-quarkus-zzdkpymx
2026-07-04 15:11:41.362 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:11:41.443 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:11:41.444 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:41.444 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:41.445 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:11:41.470 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:11:41.498 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:11:41.500 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:11:41.501 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:11:41.532 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:11:41.532 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="3" failures="0" skipped="0" time="14.376" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.704">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-zzdkpymx
Creating component: e2e-tests-java-quarkus-zzdkpymx
2026-07-04 15:10:10.398 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:10:10.484 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:10:10.485 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:10.486 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:10.486 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:10.513 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:10.541 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:10.543 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:10.544 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:10.574 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:10.574 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.798">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="3.874">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="7" failures="0" skipped="0" time="59.718" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.844">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-higjxirp
Creating component: e2e-tests-java-springboot-higjxirp
2026-07-04 15:10:17.778 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:17.831 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:17.858 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:17.862 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:17.862 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:17.890 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:17.890 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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.535">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="10.041">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.327">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.656">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.509">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-tekton-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-tekton-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-springboot[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-java-springboot-higjxirp' })
    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-java-springboot-higjxirp' })


       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-java-springboot-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-java-springboot-github-tekton-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-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.806">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-higjxirp
Creating component: e2e-tests-java-springboot-higjxirp
2026-07-04 15:11:16.321 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:11:16.374 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:11:16.404 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:11:16.407 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:11:16.407 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:11:16.442 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:11:16.442 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="3" failures="0" skipped="0" time="15.023" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.262">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-higjxirp
Creating component: e2e-tests-java-springboot-higjxirp
2026-07-04 15:10:17.803 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:17.854 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:17.879 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:17.882 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:17.882 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:17.912 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:17.912 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="5.585">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.176">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="7" failures="0" skipped="0" time="90.64" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="3.431">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-pnbtfnnh
Creating component: e2e-tests-java-springboot-pnbtfnnh
2026-07-04 15:10:26.636 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:10:26.731 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:10:26.732 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:26.732 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:26.733 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:26.765 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:26.791 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:26.795 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:26.796 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:26.825 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:26.826 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.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.617">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="44.159">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-azure-quay-/test-failed-1.png]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-azure-quay-/video.webm]]

[[ATTACHMENT|ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 40000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-springboot[github-azure-quay]] › ui/component.test.ts:83:5 › Component UI Test Suite › Verify CI › verify CI provider on CI tab › Check CI table content 

    TimeoutError: Step timeout of 40000ms exceeded.

      109 |       }, {timeout: 20000});
      110 |
    > 111 |       await test.step('Check CI table content', async () => {
          |       ^
      112 |         await ciPlugin!.checkActions(page);
      113 |       }, {timeout: 40000});
      114 |
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    Error: expect(locator).toBeVisible() failed

    Locator: locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })
    Expected: visible
    Error: element(s) not found

    Call log:
      - Expect "toBeVisible" with timeout 60000ms
      - waiting for locator('table').filter({ has: getByRole('columnheader', { name: 'ID', exact: true }) }).locator('tbody tr[index]').first().getByRole('button', { name: 'View Logs' })


       at ../src/ui/plugins/ci/azurePlugin.ts:67

      65 |         
      66 |         const viewLogsButton = firstRow.getByRole('button', { name: AzurePO.viewLogsButtonName });
    > 67 |         await expect(viewLogsButton).toBeVisible();
         |                                      ^
      68 |         await viewLogsButton.click();
      69 |
      70 |         const logsPopup = page.getByRole('heading', { name: AzurePO.logsPopupHeadingRegex });
        at AzurePlugin.checkActions (/workspace/ui-test/src/ui/plugins/ci/azurePlugin.ts:67:38)
        at test.step.timeout (/workspace/ui-test/tests/ui/component.test.ts:112:25)
        at /workspace/ui-test/tests/ui/component.test.ts:111:7

    attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-azure-quay-/test-failed-1.png
    ────────────────────────────────────────────────────────────────────────────────────────────────

    attachment #2: video (video/webm) ──────────────────────────────────────────────────────────────
    ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--06bbf-erify-CI-provider-on-CI-tab-ui-e2e-tests-java-springboot-github-azure-quay-/error-context.md
]]>
</error>
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="7.806">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-pnbtfnnh
Creating component: e2e-tests-java-springboot-pnbtfnnh
2026-07-04 15:11:20.515 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:11:20.590 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:11:20.591 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:20.591 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:20.592 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:11:20.618 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:11:20.644 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:11:20.646 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:11:20.647 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:11:20.677 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:11:20.677 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.461">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.409">
<system-out>
<![CDATA[
[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-azure-quay-/test-failed-1.png]]

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

[[ATTACHMENT|ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-github-azure-quay-/error-context.md]]
]]>
</system-out>
<error message="Step timeout of 20000ms exceeded." type="TimeoutError">
<![CDATA[  [ui-e2e-tests-java-springboot[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-java-springboot-pnbtfnnh' })
    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-java-springboot-pnbtfnnh' })


       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-java-springboot-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-java-springboot-github-azure-quay-/video.webm
    ────────────────────────────────────────────────────────────────────────────────────────────────

    Error Context: ../test-results/ui-component-Component-UI--18b9e-egistry-test-image-registry-ui-e2e-tests-java-springboot-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.757">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-pnbtfnnh
Creating component: e2e-tests-java-springboot-pnbtfnnh
2026-07-04 15:11:57.804 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:11:57.890 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:11:57.890 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:57.891 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:11:57.891 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:11:57.921 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:11:57.949 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:11:57.951 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:11:57.952 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:11:57.983 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:11:57.984 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T15:08:40.007Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="3" failures="0" skipped="0" time="14.829" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.149">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-pnbtfnnh
Creating component: e2e-tests-java-springboot-pnbtfnnh
2026-07-04 15:10:29.207 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 15:10:29.298 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 15:10:29.298 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:29.299 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 15:10:29.299 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 15:10:29.327 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 15:10:29.356 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 15:10:29.359 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 15:10:29.360 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-f9125a1b85-noyd-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 15:10:29.389 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 15:10:29.390 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-f9125a1b85.noyd.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.973">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.707">
</testcase>
</testsuite>
</testsuites>