diff --git a/docs/app/references/advanced-installation.mdx b/docs/app/references/advanced-installation.mdx index 840e46395d..1e88d5176a 100644 --- a/docs/app/references/advanced-installation.mdx +++ b/docs/app/references/advanced-installation.mdx @@ -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~~ | removed use `CYPRESS_INSTALL_BINARY=0` instead | | ~~CYPRESS_BINARY_VERSION~~ | removed use `CYPRESS_INSTALL_BINARY` instead | diff --git a/docs/app/references/command-line.mdx b/docs/app/references/command-line.mdx index 957f51f3d5..cf3e93bfe1 100644 --- a/docs/app/references/command-line.mdx +++ b/docs/app/references/command-line.mdx @@ -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