-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Look for a way to catch app crashes and report to the user, rather than have test stuck until timeout #161
Comments
Detox looks awesome, unfortunately sometimes our tests gets stuck because of this. Are there any plans to get it in next releases? thanks. |
This is a big, open-ended issue. There is no magic bullet (that we have come up with, anyway). Ideas welcome. |
We discussed this internally again. and we have a short-term plan that should help solve some of these issues. Not all, but we believe most issues. We plan to work on this soon. |
* Add exception and signal handling for iOS First half of #161 * Move exception handling to lower level C++ API to catch C++ exceptions as well as ObjC exceptions * Update DetoxCrashHandler.mm * Handling native crashes gracefully * fixing tests * Fixed e2e
Currently, if the app crashes (for whatever reason), Detox is unable to realize this, and is stuck until timeout. This is a bad user experience and needs to be solved.
The text was updated successfully, but these errors were encountered: