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-16T16:03:28.737Z] [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-16T16:03:28.762Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (88ms) 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-16T16:03:32.284Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-16T16:03:32.294Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-16T16:03:32.321Z] [INFO] Ensure operator has optimal memory for testing [2026-07-16T16:03:33.029Z] [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-16T16:03:33.039Z] [INFO] Current operator memory limit: 512Mi [2026-07-16T16:03:33.044Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-16T16:03:33.422Z] [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-16T16:03:33.432Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-16T16:03:45.878Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-16T16:03:45.894Z] [INFO] Operator rollout completed successfully [2026-07-16T16:03:45.907Z] [INFO] Create and verify SQL database for model registry [2026-07-16T16:03:45.927Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-07-16T16:03:45.931Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T16:03:46.153Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:03:46.160Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-07-16T16:03:46.469Z] [INFO] [EXEC] oc apply -f /tmp/db-1784217826163.yaml [2026-07-16T16:03:46.554Z] [INFO] [EXEC] rm -f /tmp/db-1784217826163.yaml [2026-07-16T16:03:46.565Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-07-16T16:03:46.581Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-07-16T16:04:19.974Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T16:04:19.991Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-07-16T16:04:20.001Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-16T16:04:20.016Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-07-16T16:04:20.030Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-07-16T16:04:20.262Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:04:20.268Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-07-16T16:04:20.609Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784217860272.yaml [2026-07-16T16:04:20.711Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784217860272.yaml [2026-07-16T16:04:20.731Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-07-16T16:04:20.749Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-07-16T16:04:47.222Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T16:04:47.242Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-07-16T16:04:47.297Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-16T16:04:47.301Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-16T16:04:47.306Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T16:04:47.310Z] [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-16T16:04:47.315Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:04:47.345Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T16:04:47.356Z] [INFO] Navigate to: https://rh-ai.apps.9c2402fd-baef-4d99-b0ba-98dcbf840c38.prod.konfluxeaas.com/ [2026-07-16T16:04:48.520Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T16:04:48.569Z] [INFO] Navigate to: https://rh-ai.apps.9c2402fd-baef-4d99-b0ba-98dcbf840c38.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-16T16:04:53.094Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-07-16T16:04:54.733Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T16:05:22.523Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T16:05:22.573Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:05:22.902Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:05:22.941Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-07-16T16:05:22.973Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T16:05:23.646Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T16:05:24.003Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-16T16:05:24.053Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:05:24.443Z] [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 (112266ms) [2026-07-16T16:05:24.650Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T16:05:24.654Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-16T16:05:24.658Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T16:05:24.662Z] [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-16T16:05:24.667Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:05:24.691Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T16:05:24.707Z] [INFO] Navigate to: https://rh-ai.apps.9c2402fd-baef-4d99-b0ba-98dcbf840c38.prod.konfluxeaas.com/ [2026-07-16T16:05:24.823Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T16:05:24.998Z] [INFO] Navigate to: https://rh-ai.apps.9c2402fd-baef-4d99-b0ba-98dcbf840c38.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-16T16:05:27.041Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-07-16T16:05:29.305Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T16:05:56.526Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T16:05:56.557Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:05:56.852Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:05:56.902Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 27s [2026-07-16T16:05:56.930Z] [INFO] [STEP 6] Delete the model registry [2026-07-16T16:05:57.612Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-07-16T16:05:57.954Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-07-16T16:05:57.984Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:05:58.285Z] [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 (33708ms) [2026-07-16T16:05:58.423Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-16T16:05:58.426Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-16T16:05:58.430Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-07-16T16:05:58.435Z] [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-16T16:05:58.439Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-16T16:05:58.465Z] [INFO] [STEP 1] Login as an Admin [2026-07-16T16:05:58.480Z] [INFO] Navigate to: https://rh-ai.apps.9c2402fd-baef-4d99-b0ba-98dcbf840c38.prod.konfluxeaas.com/ [2026-07-16T16:05:58.589Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-16T16:05:58.733Z] [INFO] Navigate to: https://rh-ai.apps.9c2402fd-baef-4d99-b0ba-98dcbf840c38.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-16T16:06:02.464Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-16T16:06:03.150Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-16T16:07:02.327Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-16T16:07:02.351Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:07:02.644Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:07:02.652Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-07-16T16:07:02.660Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-16T16:07:02.686Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-07-16T16:07:03.041Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-07-16T16:07:03.067Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-07-16T16:07:03.072Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-07-16T16:07:03.336Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-16T16:07:03.368Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-07-16T16:07:03.398Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-16T16:07:04.012Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-16T16:07:04.264Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-16T16:07:04.294Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:07:04.558Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-07-16T16:07:04.693Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-16T16:07:04.949Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-16T16:07:04.988Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-07-16T16:07:05.415Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-16T16:07:05.421Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-16T16:07:05.465Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:07:05.892Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-07-16T16:07:05.949Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-16T16:07:06.042Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-07-16T16:07:06.403Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:07:06.505Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-07-16T16:07:08.779Z] [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-16T16:07:08.789Z] [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-16T16:07:09.062Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:07:09.068Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-07-16T16:07:09.074Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-16T16:07:09.077Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-07-16T16:07:09.333Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-07-16T16:07:09.337Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-16T16:07:09.373Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:07:09.667Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-07-16T16:07:09.674Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-16T16:07:09.716Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-07-16T16:07:09.980Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:07:09.988Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-07-16T16:07:11.063Z] [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-16T16:07:11.072Z] [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-16T16:07:11.340Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-07-16T16:07:11.418Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (66223ms) 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, 39 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-16T16:07:14.284Z] [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-16T16:07:14.311Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (86ms) 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-16T16:07:18.420Z] [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-16T16:07:18.446Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (106ms) 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-16T16:07:22.229Z] [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-16T16:07:22.247Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (86ms) 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-16T16:07:25.773Z] [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-16T16:07:25.785Z] [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_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 95ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testCreateModelRegist 03:39 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testRegisterModel.cy. 91ms 4 - - 4 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 111ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 91ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 87ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 03:39 14 3 - 11 -