-
Notifications
You must be signed in to change notification settings - Fork 1.1k
3.3.2 release #1792
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
3.3.2 release #1792
Conversation
@@ -288,3 +288,39 @@ CYPRESS_DOWNLOAD_MIRROR="https://www.example.com" cypress install | |||
``` | |||
|
|||
Cypress will then attempt to download a binary with this format: `https://www.example.com/desktop/:version?platform=p` | |||
|
|||
## Opt out of sending exception data to Cypress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should also mention that users can just set the environment variable when running Cypress - rather than exporting it.
CYPRESS_CRASH_REPORTS=0 cypress open
CYPRESS_CRASH_REPORTS=0 cypress run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yah, I doubt they would want to do this one-off though, right? Plus this is Linux specific.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They might want to do that in CI. It's not linux specific - it's linux + OSX specific. Only windows is different.
# Conflicts: # package-lock.json # package.json # source/guides/getting-started/installing-cypress.md # source/ja/guides/getting-started/installing-cypress.md # source/zh-cn/guides/getting-started/installing-cypress.md
# Conflicts: # package-lock.json
Changelog and new documentation for 3.3.2 release