-
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
Mocha 4.0.x: Test process never finishes #368
Comments
I saw this behaviour with Mocha 4.0.0, which I saw that it is indeed what you use. I will take the liberty to change the issue name to reflect the issue with mocha 4 |
Do you have |
@rotemmiz works like a charm. Thank you. Shall I leave this issue open in order to fix mocha |
Mocha now behaves (in this case) just like Jest, so this issue is also affecting Jest. This probably indicates a bug in Detox code. For now, we need to run Jest with |
Proposed fix is pushed to master, will be out next version. |
… up Detox server by closing ws socket. :P
Description
detox test
never ends. Don't have this issue in example.Steps to Reproduce
just created react native project https://github.com/skv-headless/TestDetox
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
2017-10-25 11:34:01.569 TestDetox[71325:928047] ☣️ DETOX:: Detox Action Received: invoke 2017-10-25 11:34:01.931 TestDetox[71325:928047] ☣️ DETOX:: Detox Action Sent: invokeResult 2017-10-25 11:34:01.942 TestDetox[71325:928047] ☣️ DETOX:: Detox Action Received: reactNativeReload 2017-10-25 11:34:01.945 TestDetox[71325:928047] ☣️ Adding idling resource for queue: <OS_dispatch_queue: com.facebook.react.AccessibilityManagerQueue> 2017-10-25 11:34:01.945 TestDetox[71325:928047] ☣️ Adding idling resource for queue: <OS_dispatch_queue: com.facebook.react.PlatformConstantsQueue> 2017-10-25 11:34:02.037 TestDetox[71325:928047] ☣️ DETOX:: Detox Action Sent: ready 2017-10-25 11:34:02.050 TestDetox[71325:928047] ☣️ DETOX:: Detox Action Received: invoke 2017-10-25 11:34:02.151 TestDetox[71325:928047] ☣️ DETOX:: Detox Action Sent: invokeResult 2017-10-25 11:34:02.159 TestDetox[71325:928047] ☣️ DETOX:: Detox Action Received: cleanup 2017-10-25 11:34:02.159 TestDetox[71325:928047] ☣️ DETOX:: Detox Action Sent: cleanupDone
The text was updated successfully, but these errors were encountered: