Android tests don't actually run on an Android emulator
Closed this issue · 1 comments
Pr0methean commented
When specifying "language: android" in .travis.yml, I use the flag "ANDROID=1" to activate the Android profile in betterrandom/pom.xml. However, this doesn't actually tell TestNG to run the tests from an Android emulator. I'm not even sure if it gets built for Android, given that I'm invoking the same goals and phases either way.
Pr0methean commented
Doesn't seem to be possible right now.