Skip to content

Commit fdac328

Browse files
committed
Add Environment variable CYPRESS_SKIP_VERIFY setting
1 parent 80dd7cb commit fdac328

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/app/references/advanced-installation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ title: Advanced Installation
2525
| `CYPRESS_CACHE_FOLDER` | [Changes the Cypress binary cache location](#Binary-cache) |
2626
| `CYPRESS_RUN_BINARY` | [Location of Cypress binary at run-time](#Run-binary) |
2727
| `CYPRESS_VERIFY_TIMEOUT` | Overrides the timeout duration for the `verify` command. The default value is 30000. |
28-
| `CYPRESS_SKIP_VERIFY` | Skips the `verify` command (for stable CI environments) |
28+
| `CYPRESS_SKIP_VERIFY` | Skips the [`verify` command](command-line#cypress-verify) when `true` |
2929
| ~~CYPRESS_SKIP_BINARY_INSTALL~~ | <Badge type="danger">removed</Badge> use `CYPRESS_INSTALL_BINARY=0` instead |
3030
| ~~CYPRESS_BINARY_VERSION~~ | <Badge type="danger">removed</Badge> use `CYPRESS_INSTALL_BINARY` instead |
3131

docs/app/references/command-line.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,8 @@ and `cypress run` commands. The `CYPRESS_VERIFY_TIMEOUT` environment variable
834834
should be provided for those commands if you wish to modify the timeout
835835
duration.
836836
837+
You can disable verification by setting the `CYPRESS_SKIP_VERIFY` environment variable to `true`.
838+
837839
### `cypress version`
838840
839841
Prints the installed Cypress binary version, the Cypress package version, the

0 commit comments

Comments
 (0)