<testsuites id="" name="" tests="121" failures="0" skipped="0" errors="18" time="207.68461800000003">
<testsuite name="setup/auth.setup.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="auth-setup" tests="1" failures="0" skipped="0" time="4.253" errors="0">
<testcase name="authenticate" classname="setup/auth.setup.ts" time="4.253">
<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-04T07:37:30.889Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="7" failures="0" skipped="0" time="80.179" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="9.218">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-sfxmckmz
Creating component: e2e-tests-go-sfxmckmz
2026-07-04 07:37:37.844 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:37.907 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:37.933 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:37.937 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:37.938 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:37.965 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:37.966 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.912">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="14.067">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.947">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.662">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.298">
<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-sfxmckmz' })
    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-sfxmckmz' })


       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="4.075">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-sfxmckmz
Creating component: e2e-tests-go-sfxmckmz
2026-07-04 07:38:55.942 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:55.997 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:56.022 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:56.026 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:56.026 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:56.056 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:56.056 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-go[github-tekton-quay]" tests="3" failures="0" skipped="0" time="27.743" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.6">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-sfxmckmz
Creating component: e2e-tests-go-sfxmckmz
2026-07-04 07:37:37.899 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:37.975 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:37.998 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:38.003 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:38.004 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:38.032 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:38.033 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="10.966">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.177">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="7" failures="0" skipped="0" time="107.223" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.764">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-orvsuewb
Creating component: e2e-tests-go-orvsuewb
2026-07-04 07:37:37.878 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:37:37.950 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:37:37.951 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:37:37.951 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:37:37.952 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:37.977 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:38.000 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:38.003 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:38.004 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:38.030 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:38.031 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.371">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="47.753">
<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="8.879">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-orvsuewb
Creating component: e2e-tests-go-orvsuewb
2026-07-04 07:38:43.691 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:38:43.774 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:38:43.774 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:43.775 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:43.775 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:43.798 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:43.828 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:43.832 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:43.833 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:43.868 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:43.868 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.777">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="23.526">
<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-orvsuewb' })
    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-orvsuewb' })


       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="4.153">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-go-orvsuewb
Creating component: e2e-tests-go-orvsuewb
2026-07-04 07:39:24.972 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:25.068 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:25.069 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:25.069 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:25.070 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:25.094 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:25.122 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:25.125 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:25.126 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:25.150 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:25.151 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-go[github-azure-quay]" tests="3" failures="0" skipped="0" time="27.696" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.325">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-go-orvsuewb
Creating component: e2e-tests-go-orvsuewb
2026-07-04 07:37:37.941 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:37:38.018 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:37:38.019 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:37:38.019 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:37:38.020 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:38.040 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:38.062 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:38.065 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:38.066 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:38.092 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:38.092 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="11.182">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.189">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="7" failures="0" skipped="0" time="84.822" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="8.73">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-pfasaapg
Creating component: e2e-tests-python-pfasaapg
2026-07-04 07:37:37.954 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:38.004 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:38.032 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:38.036 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:38.037 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:38.062 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:38.062 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.464">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="21.712">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.422">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.797">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.551">
<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-pfasaapg' })
    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-pfasaapg' })


       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.146">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-pfasaapg
Creating component: e2e-tests-python-pfasaapg
2026-07-04 07:39:00.525 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:00.576 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:00.598 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:00.601 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:00.602 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:00.626 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:00.627 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-python[github-tekton-quay]" tests="3" failures="0" skipped="0" time="27.899" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="8.226">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-pfasaapg
Creating component: e2e-tests-python-pfasaapg
2026-07-04 07:37:37.824 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:37.875 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:37.904 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:37.908 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:37.909 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:37.937 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:37.937 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="12.781">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="6.892">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="7" failures="0" skipped="0" time="111.109" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="9.084">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-ngdpqruo
Creating component: e2e-tests-python-ngdpqruo
2026-07-04 07:37:37.898 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:37:37.974 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:37:37.975 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:37:37.975 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:37:37.976 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:37.994 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:38.019 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:38.022 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:38.023 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:38.047 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:38.047 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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="47.416">
<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.825">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-ngdpqruo
Creating component: e2e-tests-python-ngdpqruo
2026-07-04 07:38:44.711 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:38:44.791 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:38:44.792 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:44.792 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:44.793 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:44.821 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:44.849 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:44.852 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:44.853 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:44.888 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:44.889 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.591">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.867">
<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-ngdpqruo' })
    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-ngdpqruo' })


       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="5.034">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-python-ngdpqruo
Creating component: e2e-tests-python-ngdpqruo
2026-07-04 07:39:28.150 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:28.231 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:28.232 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:28.232 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:28.233 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:28.259 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:28.284 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:28.287 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:28.288 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:28.319 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:28.320 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-python[github-azure-quay]" tests="3" failures="0" skipped="0" time="27.682" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.365">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-python-ngdpqruo
Creating component: e2e-tests-python-ngdpqruo
2026-07-04 07:37:37.927 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:37:38.009 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:37:38.009 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:37:38.010 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:37:38.010 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:38.032 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:38.052 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:38.055 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:38.056 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:38.082 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:38.083 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="10.992">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.325">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="7" failures="0" skipped="0" time="85.857" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="9.311">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-iysgajiy
Creating component: e2e-tests-dotnet-basic-iysgajiy
2026-07-04 07:37:37.874 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:37.927 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:37.948 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:37.952 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:37.953 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:37.981 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:37.982 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.953">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="21.458">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="11.025">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.883">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.043">
<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-iysgajiy' })
    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-iysgajiy' })


       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.184">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-iysgajiy
Creating component: e2e-tests-dotnet-basic-iysgajiy
2026-07-04 07:39:01.385 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:01.450 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:01.478 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:01.482 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:01.483 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:01.509 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:01.510 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-dotnet-basic[github-tekton-quay]" tests="3" failures="0" skipped="0" time="28.719" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="9.209">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-iysgajiy
Creating component: e2e-tests-dotnet-basic-iysgajiy
2026-07-04 07:37:37.827 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:37:37.884 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:37:37.916 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:37:37.919 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:37:37.920 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:37:37.948 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:37:37.949 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="12.358">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="7.152">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="7" failures="0" skipped="0" time="103.897" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.125">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-qtevdzbl
Creating component: e2e-tests-dotnet-basic-qtevdzbl
2026-07-04 07:38:07.862 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:38:07.943 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:38:07.943 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:07.944 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:07.944 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:07.969 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:08.000 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:08.003 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:08.003 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:08.028 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:08.029 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.505">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="45.751">
<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.873">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-qtevdzbl
Creating component: e2e-tests-dotnet-basic-qtevdzbl
2026-07-04 07:39:07.207 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:07.286 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:07.286 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:07.287 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:07.287 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:07.311 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:07.332 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:07.336 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:07.337 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:07.362 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:07.363 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="7.835">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.978">
<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-qtevdzbl' })
    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-qtevdzbl' })


       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="2.83">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-dotnet-basic-qtevdzbl
Creating component: e2e-tests-dotnet-basic-qtevdzbl
2026-07-04 07:39:52.576 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:52.673 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:52.674 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:52.674 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:52.675 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:52.718 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:52.741 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:52.744 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:52.744 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:52.774 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:52.774 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-dotnet-basic[github-azure-quay]" tests="3" failures="0" skipped="0" time="19.929" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.86">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-dotnet-basic-qtevdzbl
Creating component: e2e-tests-dotnet-basic-qtevdzbl
2026-07-04 07:38:07.757 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:38:07.855 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:38:07.856 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:07.856 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:07.856 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:07.890 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:07.913 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:07.916 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:07.917 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:07.947 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:07.948 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.725">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.344">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="7" failures="0" skipped="0" time="68.455" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="5.248">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-tlolanbp
Creating component: e2e-tests-nodejs-tlolanbp
2026-07-04 07:38:07.802 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:07.855 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:07.897 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:07.900 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:07.901 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:07.933 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:07.933 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.416">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="11.448">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.159">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.755">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.152">
<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-tlolanbp' })
    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-tlolanbp' })


       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="4.277">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-tlolanbp
Creating component: e2e-tests-nodejs-tlolanbp
2026-07-04 07:39:14.107 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:14.176 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:14.201 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:14.205 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:14.206 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:14.237 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:14.238 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-nodejs[github-tekton-quay]" tests="3" failures="0" skipped="0" time="19.97" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.859">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-tlolanbp
Creating component: e2e-tests-nodejs-tlolanbp
2026-07-04 07:38:07.722 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:07.786 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:07.821 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:07.825 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:07.826 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:07.885 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:07.885 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="9.861">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.25">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="7" failures="0" skipped="0" time="105.537" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.989">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-kiemoucz
Creating component: e2e-tests-nodejs-kiemoucz
2026-07-04 07:38:08.668 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:38:08.744 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:38:08.745 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:08.745 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:08.746 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:08.773 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:08.800 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:08.803 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:08.804 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:08.835 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:08.835 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.467">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="46.086">
<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="12.035">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-kiemoucz
Creating component: e2e-tests-nodejs-kiemoucz
2026-07-04 07:39:08.129 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:08.202 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:08.203 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:08.204 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:08.204 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:08.231 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:08.255 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:08.259 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:08.260 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:08.286 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:08.287 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="8.08">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.989">
<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-kiemoucz' })
    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-kiemoucz' })


       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="2.891">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-nodejs-kiemoucz
Creating component: e2e-tests-nodejs-kiemoucz
2026-07-04 07:39:54.901 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:54.985 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:54.986 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:54.986 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:54.987 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:55.010 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:55.038 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:55.041 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:55.041 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:55.072 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:55.072 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-nodejs[github-azure-quay]" tests="3" failures="0" skipped="0" time="13.869" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.841">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-nodejs-kiemoucz
Creating component: e2e-tests-nodejs-kiemoucz
2026-07-04 07:38:29.898 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:38:29.987 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:38:29.988 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:29.989 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:38:29.989 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:30.016 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:30.047 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:30.052 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:30.053 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:30.086 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:30.087 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.143">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.885">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="7" failures="0" skipped="0" time="62.362" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.224">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-eihtdjkf
Creating component: e2e-tests-java-quarkus-eihtdjkf
2026-07-04 07:38:29.867 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:29.933 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:29.957 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:29.961 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:29.962 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:29.991 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:29.992 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.806">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="9.14">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="9.101">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="6.676">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="24.038">
<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-eihtdjkf' })
    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-eihtdjkf' })


       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="4.377">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-eihtdjkf
Creating component: e2e-tests-java-quarkus-eihtdjkf
2026-07-04 07:39:29.954 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:30.013 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:30.040 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:30.043 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:30.044 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:30.073 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:30.073 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-java-quarkus[github-tekton-quay]" tests="3" failures="0" skipped="0" time="12.471" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.596">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-eihtdjkf
Creating component: e2e-tests-java-quarkus-eihtdjkf
2026-07-04 07:38:45.758 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:38:45.814 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:38:45.846 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:38:45.849 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:38:45.850 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:38:45.883 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:38:45.883 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="4.954">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.921">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="7" failures="0" skipped="0" time="91.839" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="3.733">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-vnpbunuk
Creating component: e2e-tests-java-quarkus-vnpbunuk
2026-07-04 07:39:00.104 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:00.174 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:00.175 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:00.175 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:00.176 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:00.198 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:00.219 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:00.223 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:00.224 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:00.256 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:00.256 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.506">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="44.932">
<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="8.026">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-vnpbunuk
Creating component: e2e-tests-java-quarkus-vnpbunuk
2026-07-04 07:39:55.038 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:55.118 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:55.119 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:55.120 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:55.120 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:55.142 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:55.163 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:55.166 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:55.167 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:55.192 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:55.193 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.395">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.535">
<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-vnpbunuk' })
    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-vnpbunuk' })


       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.712">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-quarkus-vnpbunuk
Creating component: e2e-tests-java-quarkus-vnpbunuk
2026-07-04 07:40:32.617 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:40:32.696 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:40:32.696 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:40:32.697 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:40:32.697 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:40:32.722 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:40:32.745 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:40:32.748 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:40:32.749 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:40:32.774 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:40:32.774 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-java-quarkus[github-azure-quay]" tests="3" failures="0" skipped="0" time="15.352" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.335">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-quarkus-vnpbunuk
Creating component: e2e-tests-java-quarkus-vnpbunuk
2026-07-04 07:39:01.860 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:01.948 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:01.950 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:01.950 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:01.951 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:01.975 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:02.001 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:02.005 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:02.006 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:02.032 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:02.032 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.728">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.289">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="7" failures="0" skipped="0" time="61.276" errors="1">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.413">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-uclotdfw
Creating component: e2e-tests-java-springboot-uclotdfw
2026-07-04 07:39:06.548 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:06.602 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:06.631 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:06.636 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:06.636 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:06.669 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:06.670 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.719">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="10.758">
</testcase>
<testcase name="Component UI Test Suite › Verify CD › verify ArgoCD deployment lifecycle" classname="ui/component.test.ts" time="10.764">
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.199">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.626">
<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-uclotdfw' })
    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-uclotdfw' })


       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.797">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-uclotdfw
Creating component: e2e-tests-java-springboot-uclotdfw
2026-07-04 07:40:06.707 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:40:06.762 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:40:06.785 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:40:06.788 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:40:06.788 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:40:06.822 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:40:06.822 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-java-springboot[github-tekton-quay]" tests="3" failures="0" skipped="0" time="15.927" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="5.14">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-uclotdfw
Creating component: e2e-tests-java-springboot-uclotdfw
2026-07-04 07:39:07.353 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:07.403 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:07.425 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:07.429 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:07.429 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:07.457 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:07.458 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="6.486">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="4.301">
</testcase>
</testsuite>
<testsuite name="ui/component.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="7" failures="0" skipped="0" time="92.721" errors="2">
<testcase name="Component UI Test Suite › Go to home page › open developer hub" classname="ui/component.test.ts" time="4.717">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-vdovbglt
Creating component: e2e-tests-java-springboot-vdovbglt
2026-07-04 07:39:20.075 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:20.163 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:20.164 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:20.165 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:20.165 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:20.193 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:20.256 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:20.267 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:20.283 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:20.325 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:20.326 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.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.605">
</testcase>
<testcase name="Component UI Test Suite › Verify CI › verify CI provider on CI tab" classname="ui/component.test.ts" time="44.913">
<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.81">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-vdovbglt
Creating component: e2e-tests-java-springboot-vdovbglt
2026-07-04 07:40:16.214 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:40:16.291 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:40:16.291 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:40:16.292 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:40:16.292 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:40:16.312 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:40:16.336 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:40:16.339 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:40:16.339 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:40:16.364 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:40:16.364 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Component UI Test Suite › Verify Docs › test docs" classname="ui/component.test.ts" time="5.397">
</testcase>
<testcase name="Component UI Test Suite › Test Image Registry › test image registry" classname="ui/component.test.ts" time="22.48">
<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-vdovbglt' })
    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-vdovbglt' })


       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.799">
<system-out>
<![CDATA[Running UI test for component: e2e-tests-java-springboot-vdovbglt
Creating component: e2e-tests-java-springboot-vdovbglt
2026-07-04 07:40:53.497 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:40:53.568 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:40:53.568 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:40:53.569 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:40:53.569 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:40:53.593 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:40:53.619 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:40:53.622 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:40:53.622 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:40:53.653 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:40:53.653 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
</testsuite>
<testsuite name="ui/gitopsResource.test.ts" timestamp="2026-07-04T07:37:30.889Z" hostname="ui-e2e-tests-java-springboot[github-azure-quay]" tests="3" failures="0" skipped="0" time="15.881" errors="0">
<testcase name="Gitops Resource UI Test Suite › Check gitops git link" classname="ui/gitopsResource.test.ts" time="4.791">
<system-out>
<![CDATA[Running UI test for gitops resource: e2e-tests-java-springboot-vdovbglt
Creating component: e2e-tests-java-springboot-vdovbglt
2026-07-04 07:39:21.073 [[32mINFO [0m] utils.util: Loaded environment variable AZURE_PROJECT
2026-07-04 07:39:21.196 [[32mINFO [0m] azure.client: Initialized Azure client {project=shared-public, organization=rhtap-test, host=dev.azure.com, apiVersion=7.1}
2026-07-04 07:39:21.197 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:21.198 [[32mINFO [0m] rhtap.core.integration.ci.base: Azure client initialized successfully
2026-07-04 07:39:21.199 [[32mINFO [0m] utils.util: Loaded environment variable QUAY_REGISTRY_ORG
2026-07-04 07:39:21.224 [[32mINFO [0m] utils.util: Loaded environment variable GITHUB_ORGANIZATION
2026-07-04 07:39:21.254 [[32mINFO [0m] github.client: Initializing GitHub client {baseUrl=https://api.github.com}
2026-07-04 07:39:21.260 [[32mINFO [0m] github.client: GitHub client initialized successfully
2026-07-04 07:39:21.262 [[32mINFO [0m] argocd.client: Initialized ArgoCD client {context=default/api-kx-a0da9754ac-vps6-p3-openshiftapps-com:443/cluster-admin}
2026-07-04 07:39:21.295 [[32mINFO [0m] rhdh.developer-hub: Initialized Developer Hub client
2026-07-04 07:39:21.296 [[32mINFO [0m] rhtap.core.component: Connected to Developer Hub at: https://backstage-developer-hub-tssc-dh.apps.rosa.kx-a0da9754ac.vps6.p3.openshiftapps.com
]]>
</system-out>
</testcase>
<testcase name="Gitops Resource UI Test Suite › Test Gitops Docs" classname="ui/gitopsResource.test.ts" time="8.471">
</testcase>
<testcase name="Gitops Resource UI Test Suite › Verify CI" classname="ui/gitopsResource.test.ts" time="2.619">
</testcase>
</testsuite>
</testsuites>