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/app/references/advanced-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ title: Advanced Installation
| `CYPRESS_CACHE_FOLDER` | [Changes the Cypress binary cache location](#Binary-cache) |
| `CYPRESS_RUN_BINARY` | [Location of Cypress binary at run-time](#Run-binary) |
| `CYPRESS_VERIFY_TIMEOUT` | Overrides the timeout duration for the `verify` command. The default value is 30000. |
| `CYPRESS_SKIP_VERIFY` | Skips the `verify` command (for stable CI environments) |
| `CYPRESS_SKIP_VERIFY` | Skips the [`verify` command](command-line#cypress-verify) when `true` |
| ~~CYPRESS_SKIP_BINARY_INSTALL~~ | <Badge type="danger">removed</Badge> use `CYPRESS_INSTALL_BINARY=0` instead |
| ~~CYPRESS_BINARY_VERSION~~ | <Badge type="danger">removed</Badge> use `CYPRESS_INSTALL_BINARY` instead |

Expand Down
2 changes: 2 additions & 0 deletions docs/app/references/command-line.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,8 @@ and `cypress run` commands. The `CYPRESS_VERIFY_TIMEOUT` environment variable
should be provided for those commands if you wish to modify the timeout
duration.

You can disable verification by setting the `CYPRESS_SKIP_VERIFY` environment variable to `true`.

### `cypress version`

Prints the installed Cypress binary version, the Cypress package version, the
Expand Down