You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The following examples demonstrate the actions' functions.
44
44
- Getting [PR and URL](#automatic-pr-number-and-url-detection) automatically
45
45
- Overwriting [Merge SHA into SHA](#merge-sha-into-sha) message
46
46
- Tag [recordings](#tag-recordings)
47
-
- Specify [auto cancel](#specify-auto-cancel-after-failures) after failures
47
+
- Specify [auto cancel](#auto-cancel-after-failures) after failures
48
48
- Store [test artifacts](#artifacts) on GitHub
49
49
-[Quiet output](#quiet-flag)
50
50
- Set Cypress [config values](#config)
@@ -577,7 +577,7 @@ The recording will have tags as labels on the run.
577
577
578
578
You can pass multiple tags using commas like `tag: node-18,nightly,staging`.
579
579
580
-
### Specify auto cancel after failures
580
+
### Auto cancel after failures
581
581
582
582
Specify the number of failed tests that will cancel a run when using the [Cypress Cloud Auto Cancellation](https://docs.cypress.io/cloud/features/smart-orchestration/run-cancellation) feature.
583
583
@@ -757,7 +757,7 @@ If you use the GitHub Actions facility for [Re-running workflows and jobs](https
757
757
To optimize runs when there are failing tests present, refer to optional [Cypress Cloud Smart Orchestration](https://docs.cypress.io/cloud/features/smart-orchestration/overview/) Premium features:
- [Auto Cancellation](https://docs.cypress.io/guides/cloud/smart-orchestration/run-cancellation). See also [Specify auto cancel after failures](#specify-auto-cancel-after-failures) for details of how to set this option in a Cypress GH Action workflow.
760
+
- [Auto Cancellation](https://docs.cypress.io/guides/cloud/smart-orchestration/run-cancellation). See also [Auto cancel after failures](#auto-cancel-after-failures) for details of how to set this option in a Cypress GitHub Action workflow.
761
761
762
762
During staged rollout of a new GitHub-hosted runner version, GitHub may provide a mixture of current and new image versions used by the container matrix. It is recommended to use a [Docker image](#docker-image) in the parallel job run which avoids any Cypress Cloud errors due to browser major version mismatch from the two different image versions. A [Docker image](#docker-image) is not necessary if testing against the default built-in Electron browser because this browser version is fixed by the Cypress version in use and it is unaffected by any GitHub runner image rollout.
0 commit comments