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: 6 found (automl/testAutomlBinaryClassification.cy.ts, modelRegistry/testCreate │ │ ModelRegistry.cy.ts, modelRegistry/testRegisterModel.cy.ts, pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, pipelines/pipelines.cy.ts, pipelines/tes │ │ tSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/automl/testAutomlBinaryClassification.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e2e/modelRegistr │ │ y/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRunDeletePipeline │ │ CustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy.ts, cypress/te │ │ sts/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: automl/testAutomlBinaryClassification.cy.ts (1 of 6) [2026-07-15T20:28:43.937Z] [INFO] Setting tests timeout to: 480 seconds AutoML Binary Classification E2E - Can create and submit an AutoML binary classification run - Verify binary classification run completes with leaderboard - Can interact with results page (leaderboard, model details, download) - Can open register model modal from model details [2026-07-15T20:28:44.045Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (385ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: automl/testAutomlBinaryClassification.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (2 of 6) [2026-07-15T20:28:54.630Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-15T20:28:54.643Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T20:28:54.826Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T20:28:56.629Z] [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-07-15T20:28:56.723Z] [INFO] Current operator memory limit: 512Mi [2026-07-15T20:28:56.828Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-15T20:28:57.533Z] [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-07-15T20:28:57.622Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-15T20:29:12.029Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-15T20:29:12.049Z] [INFO] Operator rollout completed successfully [2026-07-15T20:29:12.122Z] [INFO] Create and verify SQL database for model registry [2026-07-15T20:29:12.139Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-15T20:29:12.155Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-15T20:29:12.859Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T20:29:12.928Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-15T20:29:13.631Z] [INFO] [EXEC] oc apply -f /tmp/db-1784147352942.yaml [2026-07-15T20:29:13.850Z] [INFO] [EXEC] rm -f /tmp/db-1784147352942.yaml [2026-07-15T20:29:13.933Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-15T20:29:13.948Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-15T20:29:51.143Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T20:29:51.172Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-15T20:29:51.226Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-15T20:29:51.246Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-15T20:29:51.266Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-15T20:29:51.727Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T20:29:51.734Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-15T20:29:52.368Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784147391752.yaml [2026-07-15T20:29:52.573Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784147391752.yaml [2026-07-15T20:29:52.652Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-15T20:29:52.728Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-15T20:30:21.438Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T20:30:21.541Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-15T20:30:21.645Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T20:30:21.648Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T20:30:21.655Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T20:30:21.660Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ModelTrainingCI","@HardwareProfilesCI","@ODS-1877","@NonConcurrent","@ModelRegistryCI","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T20:30:21.666Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T20:30:21.749Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T20:30:21.828Z] [INFO] Navigate to: https://rh-ai.apps.676c9987-3e49-4608-9348-934f1a94a1d7.prod.konfluxeaas.com/ [2026-07-15T20:30:24.530Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T20:30:24.630Z] [INFO] Navigate to: https://rh-ai.apps.676c9987-3e49-4608-9348-934f1a94a1d7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T20:30:34.855Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-15T20:30:38.244Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T20:31:04.082Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T20:31:04.164Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T20:31:05.223Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T20:31:05.337Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 27s [2026-07-15T20:31:05.461Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T20:31:06.771Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T20:31:07.838Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T20:31:07.930Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T20:31:08.721Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 ✓ Creates a model registry with mysql database and then deletes it (134307ms) [2026-07-15T20:31:09.248Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T20:31:09.251Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T20:31:09.256Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T20:31:09.262Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ModelTrainingCI","@HardwareProfilesCI","@ODS-1877","@NonConcurrent","@ModelRegistryCI","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T20:31:09.268Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T20:31:09.344Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T20:31:09.358Z] [INFO] Navigate to: https://rh-ai.apps.676c9987-3e49-4608-9348-934f1a94a1d7.prod.konfluxeaas.com/ [2026-07-15T20:31:09.575Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T20:31:09.934Z] [INFO] Navigate to: https://rh-ai.apps.676c9987-3e49-4608-9348-934f1a94a1d7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T20:31:17.026Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-15T20:31:20.654Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T20:31:45.330Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T20:31:45.362Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T20:31:46.136Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T20:31:46.144Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 26s [2026-07-15T20:31:46.234Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T20:31:47.140Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T20:31:47.852Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T20:31:47.948Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T20:31:48.542Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 ✓ Creates a model registry with PostgreSQL database and then deletes it (39404ms) [2026-07-15T20:31:49.047Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-15T20:31:49.124Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-15T20:31:49.140Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T20:31:49.150Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ModelTrainingCI","@HardwareProfilesCI","@ODS-1877","@NonConcurrent","@ModelRegistryCI","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T20:31:49.166Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T20:31:49.258Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T20:31:49.326Z] [INFO] Navigate to: https://rh-ai.apps.676c9987-3e49-4608-9348-934f1a94a1d7.prod.konfluxeaas.com/ [2026-07-15T20:31:49.523Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T20:31:49.743Z] [INFO] Navigate to: https://rh-ai.apps.676c9987-3e49-4608-9348-934f1a94a1d7.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T20:31:54.666Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-15T20:31:55.536Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T20:32:53.717Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T20:32:53.756Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-15T20:32:54.044Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-15T20:32:54.081Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-07-15T20:32:54.115Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-15T20:32:54.149Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-15T20:32:54.606Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T20:32:54.614Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-15T20:32:54.646Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-15T20:32:54.914Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T20:32:54.973Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-15T20:32:54.981Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-15T20:32:55.684Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-15T20:32:55.970Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-15T20:32:56.005Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-15T20:32:56.334Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-15T20:32:56.543Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-15T20:32:56.800Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-15T20:32:56.832Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-15T20:32:57.267Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-15T20:32:57.303Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-15T20:32:57.343Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T20:32:57.760Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T20:32:57.817Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-15T20:32:57.907Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-15T20:32:58.299Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-15T20:32:58.401Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-15T20:33:00.300Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T20:33:00.385Z] [INFO] Delete command output: service "mysql-db-registry-298031" deleted persistentvolumeclaim "mysql-db-registry-298031" deleted deployment.apps "mysql-db-registry-298031" deleted secret "mysql-db-registry-298031" deleted [2026-07-15T20:33:00.646Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-15T20:33:00.739Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-15T20:33:00.790Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-15T20:33:00.842Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-15T20:33:01.168Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-15T20:33:01.216Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-15T20:33:01.264Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T20:33:01.605Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T20:33:01.613Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-15T20:33:01.671Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-15T20:33:01.948Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-15T20:33:02.049Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-15T20:33:03.320Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T20:33:03.330Z] [INFO] Delete command output: service "postgres-db-registry-298031" deleted persistentvolumeclaim "postgres-db-registry-298031" deleted deployment.apps "postgres-db-registry-298031" deleted secret "postgres-db-registry-298031" deleted [2026-07-15T20:33:03.610Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-15T20:33:03.619Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (67632ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 minutes, 9 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-15T20:33:06.736Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry - Registers models via model registry using object storage and URI - Registers a new version via versions view - Registers and stores a model to an OCI destination - Registers and stores a model to an OCI destination using URI origin [2026-07-15T20:33:06.771Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (101ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (4 of 6) [2026-07-15T20:33:10.957Z] [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-07-15T20:33:10.973Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (82ms) 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/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (5 of 6) [2026-07-15T20:33:14.889Z] [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-07-15T20:33:14.915Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (102ms) 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/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (6 of 6) [2026-07-15T20:33:18.723Z] [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-07-15T20:33:18.742Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (99ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_005.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" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots" not found, nothing to copy 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 ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ automl/testAutomlBinaryClassificati 391ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 04:09 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testRegisterModel.cy. 105ms 4 - - 4 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 86ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 106ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 103ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:10 14 3 - 11 -