-
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
Running Android tests on Linux #594
Comments
PS. are you aware of any project tested of Detox running on Travis CI? I would assume that if it runs on Travis it will work on most Linux boxes. |
Does your CI support x86 emulators? Are you using x86 or ARM emulators ? Re x86 emulators, Travis currently does not support that, this is the reason we don't run Android e2e in CI... We are working on creating a proprietary CI solution with nested virtualization support for our open source projects, just so we can run Android e2e tests. |
@rotemmiz this report is about running on developer station not in CI. So yes, I've tested with x86 emulator and with ARM one. In both cases tests finish before emulator even fully load, the app in not even installed. This issue is potentially related: #524 - though I was able to run tests on MacOS, only Linux is a problem. PS. have tried running update |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
Description
Running Detox on Linux fails before emulator is able to start and install the app.
Steps to Reproduce
Try to start
detox test
for any of example projects on a Linux machine. We have problems doing that and have to updatedemo-react-native
to do that #593On MacOS the build and tests works correctly and all tests are green.
On Linux, same code base, start the emulator, and runs the tests, but tests start to fast and fail.
(When emulator finally finishes the initialization, the apk is not installed)
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
The text was updated successfully, but these errors were encountered: