<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="334.581" tests="2" failures="1">
  <testsuite name="Root Suite" timestamp="2026-07-12T15:12:42" tests="0" file="cypress/tests/e2e/settings/connectionTypes/testCreateConnectionTypes.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="Verify Connection Type Creation" timestamp="2026-07-12T15:12:42" tests="2" time="334.483" failures="1">
    <testcase name="Verify Connection Type Creation Verify User Can Create, Preview and Delete a Connection Type" time="17.525" classname="Verify User Can Create, Preview and Delete a Connection Type">
    </testcase>
    <testcase name="Verify Connection Type Creation &quot;after all&quot; hook for &quot;Verify User Can Duplicate, Edit and Delete a Connection Type&quot;" time="0.000" classname="&quot;after all&quot; hook for &quot;Verify User Can Duplicate, Edit and Delete a Connection Type&quot;">
      <failure message="

Test steps were:

1. Log into the application
2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/
3. Navigate to Connection Types page
4. Duplicate the Connection type
5. Edit the Connection type
6. Navigate to the Deployments tab and validate the connection type is available
7. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects
8. Navigate to connection type page and Delete the new created Connection type, verify deletion
9. Navigate to the Deployments tab and validate the connection type is not available

`cy.exec(&apos;oc delete project cypress-test-connection-type-185825 --wait --ignore-not-found&apos;)` timed out after waiting `300000ms`.

https://on.cypress.io/exec

Because this error occurred during a `after all` hook we are skipping the remaining tests in the current suite: `Verify Connection Type Crea...`

Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail" type="CypressError"><![CDATA[CypressError: `cy.exec('oc delete project cypress-test-connection-type-185825 --wait --ignore-not-found')` timed out after waiting `300000ms`.

https://on.cypress.io/exec
    at <unknown> (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:124114:70)
    at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23)
    at <unknown> (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:4173:37)
    at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18)
    at _drainQueueStep (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12)
    at _drainQueue (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9)
    at Async._drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5)
    at Async.drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
    at deleteOpenShiftProject (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/project.ts:66:12)
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/settings/connectionTypes/testCreateConnectionTypes.cy.ts:73:27)]]></failure>
    </testcase>
  </testsuite>
</testsuites>