-
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
Detox error - Detox can't seem to connect to the test app(s) on real devices #2989
Comments
Any updates on this one? |
I'm currently experiencing a similar issue, detox tests were working fine however I have just recently migrated to a MacBook with an M1 Apple Silicon chip. The app loads on the simulator via await element(by.id('not-now')).tap();
Has anything changed in regards to selectors? ( |
@dooleyb1 this sounds somewhat related to iOS 15 support. Could you retry with Detox |
I can confirm that 18.22.0 is not working as well
|
@vjoby-wavefin seems I had lost focus for a minute there, before... |
detox[738] ERROR: [Client.js/ERROR] �[31mDetox can't seem to connect to the test app(s)!
HINT:
Have you forgotten to call 'device.launchApp()' in the beginning of your test?�
I have added device.launch and the app launces
Refer to our troubleshooting guide, for full details: https://github.com/wix/Detox/blob/master/docs/Troubleshooting.RunningTests.md#tests-execution-hangs
Implemented everything and the issue happens even on Android 8
The following package could not be delivered:�[39m
Till now the tests were working fine suddenly it started going on timeouts and then on updating detox, it doesn't work
Note: The same set up works fine on an emulator but fails on real devices
Device Logs -
The text was updated successfully, but these errors were encountered: