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-15T11:33:16.613Z] [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-15T11:33:16.708Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (367ms) 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-15T11:33:26.816Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-15T11:33:26.901Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T11:33:27.009Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T11:33:28.808Z] [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-15T11:33:28.906Z] [INFO] Current operator memory limit: 512Mi [2026-07-15T11:33:28.995Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-15T11:33:30.011Z] [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-15T11:33:30.022Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-15T11:33:42.592Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-15T11:33:42.603Z] [INFO] Operator rollout completed successfully [2026-07-15T11:33:42.620Z] [INFO] Create and verify SQL database for model registry [2026-07-15T11:33:42.699Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-15T11:33:42.721Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-15T11:33:43.326Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T11:33:43.401Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-15T11:33:44.600Z] [INFO] [EXEC] oc apply -f /tmp/db-1784115223493.yaml [2026-07-15T11:33:44.916Z] [INFO] [EXEC] rm -f /tmp/db-1784115223493.yaml [2026-07-15T11:33:45.015Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-15T11:33:45.097Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-15T11:34:20.741Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T11:34:20.808Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-15T11:34:20.833Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-15T11:34:20.905Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-15T11:34:20.910Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-15T11:34:21.239Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T11:34:21.319Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-15T11:34:22.030Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784115261335.yaml [2026-07-15T11:34:22.205Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784115261335.yaml [2026-07-15T11:34:22.249Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-15T11:34:22.298Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-15T11:34:51.021Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T11:34:51.099Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-15T11:34:51.138Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T11:34:51.142Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T11:34:51.148Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T11:34:51.156Z] [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-15T11:34:51.197Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T11:34:51.233Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T11:34:51.294Z] [INFO] Navigate to: https://rh-ai.apps.b68fd271-5ecd-4597-8051-9c2d09f64273.prod.konfluxeaas.com/ [2026-07-15T11:34:53.708Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T11:34:53.833Z] [INFO] Navigate to: https://rh-ai.apps.b68fd271-5ecd-4597-8051-9c2d09f64273.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T11:35:00.214Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-15T11:35:02.926Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T11:35:29.436Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T11:35:29.519Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T11:35:30.203Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T11:35:30.331Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 27s [2026-07-15T11:35:30.410Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T11:35:32.018Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T11:35:33.449Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T11:35:33.542Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T11:35:34.299Z] [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 (127742ms) [2026-07-15T11:35:34.901Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T11:35:34.908Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T11:35:34.923Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T11:35:34.937Z] [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-15T11:35:35.000Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T11:35:35.034Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T11:35:35.102Z] [INFO] Navigate to: https://rh-ai.apps.b68fd271-5ecd-4597-8051-9c2d09f64273.prod.konfluxeaas.com/ [2026-07-15T11:35:35.323Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T11:35:35.708Z] [INFO] Navigate to: https://rh-ai.apps.b68fd271-5ecd-4597-8051-9c2d09f64273.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T11:35:40.613Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-15T11:35:44.504Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T11:36:08.637Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T11:36:08.709Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T11:36:09.528Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T11:36:09.693Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 25s [2026-07-15T11:36:09.725Z] [INFO] [STEP 6] Delete the model registry [2026-07-15T11:36:11.154Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-15T11:36:11.728Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-15T11:36:11.796Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T11:36:12.326Z] [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 (37619ms) [2026-07-15T11:36:12.814Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-15T11:36:12.817Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-15T11:36:12.823Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-15T11:36:12.829Z] [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-15T11:36:12.835Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T11:36:12.909Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T11:36:13.003Z] [INFO] Navigate to: https://rh-ai.apps.b68fd271-5ecd-4597-8051-9c2d09f64273.prod.konfluxeaas.com/ [2026-07-15T11:36:13.321Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T11:36:13.433Z] [INFO] Navigate to: https://rh-ai.apps.b68fd271-5ecd-4597-8051-9c2d09f64273.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T11:36:21.602Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-15T11:36:23.023Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-15T11:37:21.047Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-15T11:37:21.078Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-15T11:37:21.381Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-15T11:37:21.388Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 58s [2026-07-15T11:37:21.424Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-15T11:37:21.456Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-15T11:37:21.861Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-15T11:37:21.869Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-15T11:37:21.875Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-15T11:37:22.119Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T11:37:22.149Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-15T11:37:22.156Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-15T11:37:22.761Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-15T11:37:23.086Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-15T11:37:23.120Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-15T11:37:23.427Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-15T11:37:23.530Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-15T11:37:23.783Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-15T11:37:23.810Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-15T11:37:24.257Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-15T11:37:24.295Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-15T11:37:24.334Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T11:37:24.739Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-15T11:37:24.865Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-15T11:37:24.929Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-15T11:37:25.244Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-15T11:37:25.357Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-15T11:37:27.084Z] [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-15T11:37:27.127Z] [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-15T11:37:27.364Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-15T11:37:27.372Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-15T11:37:27.416Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-15T11:37:27.452Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-15T11:37:27.750Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-15T11:37:27.754Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-15T11:37:27.792Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T11:37:28.056Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-15T11:37:28.099Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-15T11:37:28.142Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-15T11:37:28.368Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-15T11:37:28.410Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-15T11:37:29.402Z] [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-15T11:37:29.444Z] [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-15T11:37:29.725Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-15T11:37:29.731Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (70721ms) 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, 3 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-15T11:37:32.592Z] [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-15T11:37:32.620Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (90ms) 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-15T11:37:36.385Z] [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-15T11:37:36.397Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (89ms) 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-15T11:37:39.943Z] [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-15T11:37:39.961Z] [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_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-15T11:37:43.612Z] [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-15T11:37:43.623Z] [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_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 374ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 04:03 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testRegisterModel.cy. 96ms 4 - - 4 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 93ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 94ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 78ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:03 14 3 - 11 -