Skip to content

Commit

Permalink
Correct link in Test Retries (#5663)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Feb 16, 2024
1 parent 7313e27 commit 4afb12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/guides/test-retries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ to you.

:::info

You may want to use the [experimental retries](/guides/references/experiments#Experimental-Retries) feature which offers more options for [detecting flaky tests](/guides/cloud/flaky-test-management#Flake-Detection). This experimental feature is available as of Cypress `13.4.0`.
You may want to use the [experimental test retries](/guides/references/experiments#Experimental-Test-Retries) feature which offers more options for [detecting flaky tests](/guides/cloud/flaky-test-management#Flake-Detection). This experimental feature is available as of Cypress `13.4.0`.

Test retries were originally intended to give failing tests more chances to "pass" (for instance, if CI environments for testing are unreliable), while still being determined as flaky if they do eventually pass. However this may not be the desired result in all cases. Experimental retries give you control over the conditions of the pass or fail result.

Expand Down

0 comments on commit 4afb12e

Please sign in to comment.