Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If DEBUG=cypress variable is set, print NODE_OPTIONS too #1673

Closed
bahmutov opened this issue May 3, 2018 · 1 comment · Fixed by #1675
Closed

If DEBUG=cypress variable is set, print NODE_OPTIONS too #1673

bahmutov opened this issue May 3, 2018 · 1 comment · Fixed by #1675
Assignees
Labels
Milestone

Comments

@bahmutov
Copy link
Contributor

bahmutov commented May 3, 2018

Node 8.x allows passing node variables via NODE_OPTIONS environment variable (see https://medium.com/the-node-js-collection/node-options-has-landed-in-8-x-5fba57af703d). This can affect Cypress in unexpected ways, including silent fails, like in #1434 (comment)

To allow debugging this, if DEBUG=cypress... is set, we need to print NODE_OPTIONS on startup.

@brian-mann
Copy link
Member

Released in 3.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants