Add Environment variable CYPRESS_SKIP_VERIFY setting #6023
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Advanced Installation > Environment variables lists
CYPRESS_SKIP_VERIFY
as follows:CYPRESS_SKIP_VERIFY
verify
command (for stable CI environments)It does not however say what the variable should be set to.
https://github.com/cypress-io/cypress/blob/12df40ed8c1101c5c4053a1fe63c06fcd2809bc7/cli/lib/tasks/verify.js#L261
shows that Cypress is specifically looking for the contents of
CYPRESS_SKIP_VERIFY
to be strictly equal totrue
.References > Command Line > cypress verify does not mention
CYPRESS_SKIP_VERIFY
.Change
In Advanced Installation > Environment variables modify the description for
CYPRESS_SKIP_VERIFY
as follows:true
verify
command description https://docs.cypress.io/app/references/command-line#cypress-verifyIn References > Command Line > cypress verify add information about the use of
CYPRESS_SKIP_VERIFY
.