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
It is possible that when running headlessly the renderer crashes. This can be due to a bunch of reasons:
It is therefore impossible to prevent and we must take this into account how to recover.
Currently Cypress exits with a 0 status code which is very, very, very wrong.
0
The simple fix for this is to add an error explanation, link to an error doc, and exit with a non 0 status.
We also need to finish the underlying cleanup process such as compressing videos, uploading assets, report on this error, etc.
The text was updated successfully, but these errors were encountered:
Going to go with something like this...
Sorry, something went wrong.
Fixed in 0.18.3.
0.18.3
brian-mann
No branches or pull requests
It is possible that when running headlessly the renderer crashes. This can be due to a bunch of reasons:
It is therefore impossible to prevent and we must take this into account how to recover.
Currently Cypress exits with a
0
status code which is very, very, very wrong.The simple fix for this is to add an error explanation, link to an error doc, and exit with a non
0
status.We also need to finish the underlying cleanup process such as compressing videos, uploading assets, report on this error, etc.
The text was updated successfully, but these errors were encountered: