We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
DEBUG=cypress...
NODE_OPTIONS
The text was updated successfully, but these errors were encountered:
cli: print NODE_OPTIONS when DEBUG=cypress... is used, close #1673
0032f0b
cli: print NODE_OPTIONS when DEBUG=cypress... is used, close #1673 (#…
8188a44
…1675)
Released in 3.0.0.
3.0.0
Sorry, something went wrong.
bahmutov
Successfully merging a pull request may close this issue.
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 printNODE_OPTIONS
on startup.The text was updated successfully, but these errors were encountered: