rajdeepv / parallel_calabash

Helps running calabash ios/android tests in parallel
MIT License
40 stars 19 forks source link

make use of ANDROID_HOME for adb #11

Open ouchadam opened 9 years ago

ouchadam commented 9 years ago

would be good to check for ANDROID_HOME and failing accordingly instead of expecting platform-tools adb to be on the path

https://github.com/rajdeepv/parallel_calabash/blob/master/lib/parallel_calabash/adb_helper.rb#L15

rajdeepv commented 8 years ago

this is expected functionality for calabash itself.