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-19T10:50:37.312Z] [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-19T10:50:37.342Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (122ms) 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-19T10:50:40.092Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-19T10:50:40.100Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-19T10:50:40.127Z] [INFO] Ensure operator has optimal memory for testing [2026-07-19T10:50:40.763Z] [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-19T10:50:40.773Z] [INFO] Current operator memory limit: 512Mi [2026-07-19T10:50:40.777Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-19T10:50:41.013Z] [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-19T10:50:41.020Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-19T10:50:53.704Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-19T10:50:53.719Z] [INFO] Operator rollout completed successfully [2026-07-19T10:50:53.731Z] [INFO] Create and verify SQL database for model registry [2026-07-19T10:50:53.748Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-19T10:50:53.758Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-19T10:50:53.987Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T10:50:53.993Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-19T10:50:54.278Z] [INFO] [EXEC] oc apply -f /tmp/db-1784458253997.yaml [2026-07-19T10:50:54.374Z] [INFO] [EXEC] rm -f /tmp/db-1784458253997.yaml [2026-07-19T10:50:54.392Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-19T10:50:54.406Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-19T10:51:31.902Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T10:51:31.917Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-19T10:51:31.926Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-19T10:51:31.939Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-19T10:51:31.953Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-19T10:51:32.177Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T10:51:32.182Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-19T10:51:32.483Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784458292186.yaml [2026-07-19T10:51:32.572Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784458292186.yaml [2026-07-19T10:51:32.592Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-19T10:51:32.606Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-19T10:52:01.203Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T10:52:01.224Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-19T10:52:01.277Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-19T10:52:01.280Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-19T10:52:01.284Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T10:52:01.288Z] [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-19T10:52:01.292Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T10:52:01.336Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T10:52:01.349Z] [INFO] Navigate to: https://rh-ai.apps.30dabccd-9e60-4056-b3db-07c7ea821cfe.prod.konfluxeaas.com/ [2026-07-19T10:52:02.480Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T10:52:02.543Z] [INFO] Navigate to: https://rh-ai.apps.30dabccd-9e60-4056-b3db-07c7ea821cfe.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T10:52:07.098Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-19T10:52:08.699Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T10:52:36.695Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T10:52:36.723Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T10:52:37.037Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T10:52:37.095Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-07-19T10:52:37.125Z] [INFO] [STEP 6] Delete the model registry [2026-07-19T10:52:37.747Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-19T10:52:38.071Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-19T10:52:38.110Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T10:52:38.411Z] [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 (118368ms) [2026-07-19T10:52:38.569Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-19T10:52:38.572Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-19T10:52:38.576Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T10:52:38.579Z] [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-19T10:52:38.583Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T10:52:38.608Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T10:52:38.625Z] [INFO] Navigate to: https://rh-ai.apps.30dabccd-9e60-4056-b3db-07c7ea821cfe.prod.konfluxeaas.com/ [2026-07-19T10:52:38.748Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T10:52:38.918Z] [INFO] Navigate to: https://rh-ai.apps.30dabccd-9e60-4056-b3db-07c7ea821cfe.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T10:52:42.830Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-19T10:52:45.132Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T10:53:12.562Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T10:53:12.583Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T10:53:12.881Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T10:53:12.908Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 27s [2026-07-19T10:53:12.931Z] [INFO] [STEP 6] Delete the model registry [2026-07-19T10:53:13.470Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-19T10:53:13.668Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-19T10:53:13.694Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T10:53:13.970Z] [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 (35487ms) [2026-07-19T10:53:14.143Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-19T10:53:14.145Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-19T10:53:14.149Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-19T10:53:14.153Z] [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-19T10:53:14.157Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-19T10:53:14.180Z] [INFO] [STEP 1] Login as an Admin [2026-07-19T10:53:14.200Z] [INFO] Navigate to: https://rh-ai.apps.30dabccd-9e60-4056-b3db-07c7ea821cfe.prod.konfluxeaas.com/ [2026-07-19T10:53:14.300Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-19T10:53:14.412Z] [INFO] Navigate to: https://rh-ai.apps.30dabccd-9e60-4056-b3db-07c7ea821cfe.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-19T10:53:16.303Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-19T10:53:17.546Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-19T10:54:15.795Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-19T10:54:15.814Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T10:54:16.109Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T10:54:16.115Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-07-19T10:54:16.120Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-19T10:54:16.141Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-19T10:54:16.483Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-19T10:54:16.527Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-19T10:54:16.552Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-19T10:54:16.797Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-19T10:54:16.823Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-19T10:54:16.847Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-19T10:54:17.392Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-19T10:54:17.587Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-19T10:54:17.617Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T10:54:17.925Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-19T10:54:18.020Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-19T10:54:18.213Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-19T10:54:18.242Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-19T10:54:18.616Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-19T10:54:18.649Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-19T10:54:18.689Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T10:54:19.048Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-19T10:54:19.096Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-19T10:54:19.160Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-19T10:54:19.465Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-19T10:54:19.546Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-19T10:54:21.151Z] [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-19T10:54:21.211Z] [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-19T10:54:21.464Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-19T10:54:21.498Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-19T10:54:21.529Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-19T10:54:21.560Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-19T10:54:21.850Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-19T10:54:21.880Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-19T10:54:21.909Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T10:54:22.193Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-19T10:54:22.199Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-19T10:54:22.201Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-19T10:54:22.455Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-19T10:54:22.462Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-19T10:54:23.167Z] [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-19T10:54:23.232Z] [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-19T10:54:23.474Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-19T10:54:23.479Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (63839ms) 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: 3 minutes, 43 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-19T10:54:26.181Z] [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-19T10:54:26.207Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (84ms) 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-19T10:54:29.906Z] [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-19T10:54:29.932Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (88ms) 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-19T10:54:33.519Z] [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-19T10:54:33.532Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (75ms) 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-19T10:54:36.963Z] [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-19T10:54:36.975Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (76ms) 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 127ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 03:43 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testRegisterModel.cy. 88ms 4 - - 4 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 91ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 79ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 81ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 03:43 14 3 - 11 -