CY_TEST_CONFIG: /workspace/tests-shared/tests-payload/results/cypress-runtime-config.yml Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet4" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 5 found (modelRegistry/testCreateModelRegistry.cy.ts, modelRegistry/testRegist │ │ erModel.cy.ts, pipelines/createRunDeletePipelineCustomPipMirror.cy.ts, pipelin │ │ es/pipelines.cy.ts, pipelines/testSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy │ │ .ts, cypress/tests/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (1 of 5) [2026-09-15T12:18:08.179Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-15T12:18:08.189Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T12:18:08.217Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T12:18:08.912Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-09-15T12:18:08.922Z] [INFO] Current operator memory limit: 512Mi [2026-09-15T12:18:08.926Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-15T12:18:09.252Z] [INFO] [EXEC] oc patch deployment model-registry-operator-controller-manager -n redhat-ods-applications -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","resources":{"limits":{"memory":"1Gi"}}}]}}}}' [2026-09-15T12:18:09.260Z] [INFO] Successfully patched operator memory to 1Gi 1) "before all" hook for "Creates a model registry with mysql database and then deletes it" [2026-09-15T12:20:09.459Z] [INFO] Navigate away from model registry before cleanup [2026-09-15T12:20:10.008Z] [INFO] Delete the model registry (MySQL external db) [2026-09-15T12:20:10.015Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-15T12:20:10.571Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T12:20:10.575Z] [INFO] Verify model registry (MySQL external db) is removed from the backend [2026-09-15T12:20:10.579Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T12:20:10.952Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T12:20:10.962Z] [INFO] Delete the MySQL database [2026-09-15T12:20:10.966Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T12:20:11.272Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-15T12:20:11.294Z] [INFO] Model registry database 'mysql-db-registry-298031' does not exist, nothing to delete [2026-09-15T12:20:11.302Z] [INFO] Delete the model registry (PostgreSQL external db) [2026-09-15T12:20:11.308Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-15T12:20:11.680Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T12:20:11.684Z] [INFO] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-15T12:20:11.688Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T12:20:12.024Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T12:20:12.033Z] [INFO] Delete the PostgreSQL database [2026-09-15T12:20:12.036Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T12:20:12.314Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-15T12:20:12.320Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, nothing to delete [2026-09-15T12:20:12.330Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (2m) 1 failing 1) Verify a model registry can be created and deleted "before all" hook for "Creates a model registry with mysql database and then deletes it": Test steps were: 1. Load test data from fixture 2. Ensure operator has optimal memory for testing `cy.exec('oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s')` timed out after waiting `120000ms`. https://on.cypress.io/exec Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Verify a model registry can...` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail CypressError: `cy.exec('oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s')` timed out after waiting `120000ms`. https://on.cypress.io/exec at (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 (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:4156:41) 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 Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/modelRegistry.ts:79:11) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 2 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 2 minutes, 4 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with mysql database and then deletes it -- be fore all hook (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (2 of 5) [2026-09-15T12:20:15.606Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-15T12:20:15.616Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T12:20:15.648Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T12:20:15.931Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-09-15T12:20:15.938Z] [INFO] Current operator memory limit: 1Gi [2026-09-15T12:20:15.942Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-15T12:20:15.950Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-15T12:20:15.953Z] [INFO] Create PostgreSQL database 'model-registry-db-662874' for model registry [2026-09-15T12:20:15.956Z] [INFO] Creating PostgreSQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-15T12:20:16.258Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T12:20:16.265Z] [INFO] PostgreSQL database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-15T12:20:16.884Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789474816271.yaml [2026-09-15T12:20:16.979Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789474816271.yaml [2026-09-15T12:20:16.988Z] [INFO] Wait for PostgreSQL database 'model-registry-db-662874' to be ready [2026-09-15T12:20:16.993Z] [INFO] Waiting for PostgreSQL database 'model-registry-db-662874' to be ready... [2026-09-15T12:20:36.812Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-15T12:20:36.849Z] [INFO] PostgreSQL database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-15T12:20:36.870Z] [INFO] Create a PostgreSQL-backed model registry using YAML [2026-09-15T12:20:36.892Z] [INFO] Creating PostgreSQL-backed model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-15T12:20:42.238Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789474836907-xckp6arod.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789474836907-xckp6arod.yaml; exit $return_code [2026-09-15T12:20:42.255Z] [INFO] Command exit code: 1 [2026-09-15T12:20:42.272Z] [INFO] Command stderr: Error from server (InternalError): error when creating "/tmp/cypress-yaml-1789474836907-xckp6arod.yaml": Internal error occurred: failed calling webhook "mmodelregistry.opendatahub.io": failed to call webhook: Post "https://model-registry-operator-webhook-service.redhat-ods-applications.svc:443/mutate-modelregistry-opendatahub-io-modelregistry?timeout=10s": http: server gave HTTP response to HTTPS client [2026-09-15T12:20:42.286Z] [INFO] Verify model registry is created [2026-09-15T12:20:42.301Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T12:20:42.725Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 1) "before all" hook for "Registers models via model registry using object storage and URI" [2026-09-15T12:20:52.883Z] [INFO] Navigate away from model registry before cleanup [2026-09-15T12:20:53.052Z] [INFO] Clean up registered models from database [2026-09-15T12:20:53.389Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-15T12:20:53.400Z] [INFO] Cleaning up registered models from PostgreSQL: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-15T12:20:53.967Z] [INFO] [EXEC] oc exec model-registry-db-662874-6449944bf8-ssdsd -n rhoai-model-registries -- env PGPASSWORD=TheBlurstOfTimes psql -U modelregistryuser -d model-registry -c "DELETE FROM contextproperty WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM parentcontext WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')) OR parent_context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM association WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM attribution WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874');" [2026-09-15T12:20:53.973Z] [INFO] PostgreSQL database cleanup failed: ERROR: relation "contextproperty" does not exist LINE 1: DELETE FROM contextproperty WHERE context_id IN (SELECT id F... ^ command terminated with exit code 1 [2026-09-15T12:20:53.976Z] [INFO] Delete the model registry [2026-09-15T12:20:53.979Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-15T12:20:54.338Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-15T12:20:54.341Z] [INFO] Verify model registry is removed from the backend [2026-09-15T12:20:54.345Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T12:20:54.708Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T12:20:54.714Z] [INFO] Delete the PostgreSQL database [2026-09-15T12:20:54.719Z] [INFO] Deleting PostgreSQL database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-15T12:20:54.991Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-15T12:20:54.999Z] [INFO] PostgreSQL database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-15T12:20:55.987Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=model-registry-db-662874 -n rhoai-model-registries --ignore-not-found=true [2026-09-15T12:20:55.998Z] [INFO] Delete command output: service "model-registry-db-662874" deleted persistentvolumeclaim "model-registry-db-662874" deleted deployment.apps "model-registry-db-662874" deleted secret "model-registry-db-662874" deleted [2026-09-15T12:20:56.312Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-15T12:20:56.317Z] [INFO] PostgreSQL database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-15T12:20:56.324Z] [INFO] Delete the test project [2026-09-15T12:20:56.634Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found [2026-09-15T12:20:56.642Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (41s) 1 failing 1) Verify models can be registered in a model registry "before all" hook for "Registers models via model registry using object storage and URI": Test steps were: 1. Load test data from fixture 2. Ensure operator has optimal memory for testing 3. Create and verify PostgreSQL database for model registry 4. Create PostgreSQL database 'model-registry-db-662874' for model registry 5. Wait for PostgreSQL database 'model-registry-db-662874' to be ready 6. Create a PostgreSQL-backed model registry using YAML 7. Verify model registry is created Timed out retrying after 10000ms: expected false to be true Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Verify models can be regist...` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail AssertionError: Timed out retrying after 10000ms: expected false to be true at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:72:39) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 3 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 41 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers models via model registry using object storage and URI -- before all hook (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (3 of 5) [2026-09-15T12:21:00.972Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-15T12:21:00.990Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (97ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (4 of 5) [2026-09-15T12:21:05.250Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - An admin User can Import and Run a Pipeline [2026-09-15T12:21:05.264Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (85ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (5 of 5) [2026-09-15T12:21:09.049Z] [INFO] Setting tests timeout to: 480 seconds Verify that a pipeline can be scheduled to run - Admin imports a pipeline and schedules it to run [2026-09-15T12:21:09.068Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (98ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/testSchedulePipeline.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✖ modelRegistry/testCreateModelRegist 02:04 3 - 1 - 2 │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 00:41 4 - 1 - 3 │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 104ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 91ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 105ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 5 failed (40%) 02:45 10 - 2 3 5