-
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
jest-jasmine2 issues #419
Comments
Please be more specific about the error... What machine are you running on ? Do you have ANDROID_HOME env var ? We are about to land a PR (#423) fixing lots of the issues with jest, but this doesn't seem to be related, it seems like there are issues with starting |
mac os x sierra
adb is working fine on my terminal |
try running detox test in verbose mode |
|
ChildProcessError: Command failed: /Users/sibelius/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell input keyevent 82
`/Users/sibelius/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell input keyevent 82` (exited with error code 137)
|
Got it, it's an issue with syncing the boot of API26 emulators, I already started handling this, will report back soon |
I've got this running jest example https://github.com/wix/detox/tree/master/examples/demo-react-native-jest for android
yarn test-android
The text was updated successfully, but these errors were encountered: