You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run my tests on a real device or in a Genymotion cloud AWS instance. They complete successfully on a local emulator.
I've tried with a local Android emulator as device type android.emulator and a local Genymotion emulator as android.attached; both work correctly. When I try to run android.attached with a real device ID, things start to go wrong. The application builds and installs successfully, and it even launches successfully as well. But then nothing ever happens until the Jest tests timeout with errors about device and element not being defined.
Looking at the log files, it seems like the test can't connect to the Detox server but I'm not sure if I'm reading things correctly.
I'm trying to run my tests on a real device or in a Genymotion cloud AWS instance. They complete successfully on a local emulator.
I've tried with a local Android emulator as device type
android.emulator
and a local Genymotion emulator asandroid.attached
; both work correctly. When I try to runandroid.attached
with a real device ID, things start to go wrong. The application builds and installs successfully, and it even launches successfully as well. But then nothing ever happens until the Jest tests timeout with errors aboutdevice
andelement
not being defined.Looking at the log files, it seems like the test can't connect to the Detox server but I'm not sure if I'm reading things correctly.
Here's my configuration...
...and I launch it like so....
... and I get these logs: detox_pid_87613.log and test.log
The text was updated successfully, but these errors were encountered: