Skip to content

Commit

Permalink
Add Environment variable CYPRESS_SKIP_VERIFY setting (#6023)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Dec 2, 2024
1 parent dacaa03 commit 17780d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 17780d7

Please sign in to comment.