Skip to content

Conversation

MikeMcC399
Copy link
Contributor

Issue

  1. Advanced Installation > Environment variables lists CYPRESS_SKIP_VERIFY as follows:

    Name Description
    CYPRESS_SKIP_VERIFY Skips the 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

    skipVerify: util.getEnv('CYPRESS_SKIP_VERIFY') === 'true',

    shows that Cypress is specifically looking for the contents of CYPRESS_SKIP_VERIFY to be strictly equal to true.

  2. References > Command Line > cypress verify does not mention CYPRESS_SKIP_VERIFY.

Change

  1. In Advanced Installation > Environment variables modify the description for CYPRESS_SKIP_VERIFY as follows:

  2. In References > Command Line > cypress verify add information about the use of CYPRESS_SKIP_VERIFY.

@netlify
Copy link

netlify bot commented Dec 2, 2024

👷 Deploy request for cypress-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit fdac328

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399

This comment was marked as outdated.

@MikeMcC399 MikeMcC399 marked this pull request as ready for review December 2, 2024 08:32
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jennifer-shehane jennifer-shehane merged commit 17780d7 into cypress-io:main Dec 2, 2024
7 checks passed
@MikeMcC399 MikeMcC399 deleted the skip_verify-true branch December 2, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants