---
id: cloud/features/smart-orchestration/overview
title: Overview
description: >-
  Cypress Cloud provides four distinct Smart Orchestration features for use in
  CI to speed up test runs, accelerate debugging workflows, and reduce costs.
section: cloud
source_path: docs/cloud/features/smart-orchestration/overview.mdx
version: e6988a974973e9090ce70406c38cb2b9e0eac9fa
updated_at: '2026-05-15T15:50:22.536Z'
---
# Smart Orchestration Overview

Cypress Cloud provides four distinct Smart Orchestration features for use in CI to speed up test runs, accelerate debugging workflows, and reduce costs:

*   [Parallelization](/llm/markdown/cloud/features/smart-orchestration/parallelization.md): Reduce test duration by running multiple test spec files simultaneously across available CI machines.
*   [Load Balancing](/llm/markdown/cloud/features/smart-orchestration/load-balancing.md): Optimize CI resources and minimize test duration by intelligently prioritizing running of test spec files during parallelization.
*   [Spec Prioritization](/llm/markdown/cloud/features/smart-orchestration/spec-prioritization.md): Quickly verify that your latest changes fixed a build by prioritizing the specs that failed in the previous Cypress run.
*   [Auto Cancellation](/llm/markdown/cloud/features/smart-orchestration/run-cancellation.md): Automatically cancel a Cypress run when tests fail. Canceling tests early reduces the number of “tests recorded” and thus your monthly bill as you won't be billed for tests that aren't valuable once your run has failed. This will also free up CI resources for validating fixes, and helping other users.
