-
Notifications
You must be signed in to change notification settings - Fork 109
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
Integration tests: choose device to run on #84
Comments
Sorry, there is a way: Still, scala script skips emulator devices. Why's that? |
BTW, is scala script used only for specifying host's ip? If it is, there's a better way: just use hardcoded 10.0.2.2 |
Oh, I should've read the wiki. So, scala script is used only for testing on real devices. For emulator 10.0.2.2 is used. Sorry about that. |
For some reason, if I don't specify -Dandroid.device, host ip is my external ip, not 10.0.2.2 |
Ok, this is because scala script doesn't remove |
Steps to reproduce:
mvn3 integration-test
Expected behavior:
Actual behavior:
insufficient permissions for device
The text was updated successfully, but these errors were encountered: