From fdac328afa3b3fc236126f72154afef4a077674c Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:06:14 +0100 Subject: [PATCH] Add Environment variable CYPRESS_SKIP_VERIFY setting --- docs/app/references/advanced-installation.mdx | 2 +- docs/app/references/command-line.mdx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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