Open joelbyler opened 11 years ago
Would like to have a helper method for the following command (reference AlchemyHour gem)
adb shell uiautomator runtest alchemyhour.jar -c com.leandog.driver.Driver
Original Script form AlchemyHour:
ant clean ant build ant install adb forward tcp:9090 tcp:54767 adb shell uiautomator runtest alchemyhour.jar -c com.leandog.driver.Driver
Site for ref materials on UI Automator http://developer.android.com/tools/help/uiautomator/index.html
Would like to have a helper method for the following command (reference AlchemyHour gem)
adb shell uiautomator runtest alchemyhour.jar -c com.leandog.driver.Driver
Original Script form AlchemyHour:
!/bin/sh
ant clean ant build ant install adb forward tcp:9090 tcp:54767 adb shell uiautomator runtest alchemyhour.jar -c com.leandog.driver.Driver