Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/cloud/account-management/projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ canceling.

These settings can significantly improve developer resolution time, reduce your monthly CI bill and free up CI resources. See our
[Spec Prioritization](/guides/cloud/smart-orchestration/spec-prioritization)
and [Run Cancellation](/guides/cloud/smart-orchestration/run-cancellation) guides to learn more.
and [Auto Cancellation](/guides/cloud/smart-orchestration/run-cancellation) guides to learn more.

<DocsImage
src="/img/guides/cloud/smart-orchestration/spec-prioritization-active.png"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/cloud/recorded-runs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ canceled by members of the project.

:::tip

<Icon name="check-circle" color="green" /> See our [Run Cancellation](/guides/cloud/smart-orchestration/run-cancellation)
<Icon name="check-circle" color="green" /> See our [Auto Cancellation](/guides/cloud/smart-orchestration/run-cancellation)
guide to learn how to improve developer resolution time, reduce your monthly CI bill
and free up CI resources with `Auto Cancellation`.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/cloud/smart-orchestration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ to speed up test runs, accelerate debugging workflows, and reduce costs:
- [Spec Prioritization](/guides/cloud/smart-orchestration/spec-prioritization):
Quickly verify that your latest changes fixed a build by prioritizing the
specs that failed in the previous Cypress run.
- [Run Cancellation](/guides/cloud/smart-orchestration/run-cancellation):
- [Auto Cancellation](/guides/cloud/smart-orchestration/run-cancellation):
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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/cloud/smart-orchestration/run-cancellation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Run Cancellation
title: Auto Cancellation
sidebar_position: 50
---

Expand Down