Last active
May 26, 2017 20:16
-
-
Save zuhrig/705989840a45b1ba82db13d7cf0872de to your computer and use it in GitHub Desktop.
parametros spoon vs adb instrument cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Actual: | |
adb shell am instrument -w -r | |
-e debug $DEBUG_FLAG | |
-e class $TEST_CLASS_NAME $TEST_APK | |
-e COUNTRY_CODE $COUNTRY_CODE | |
#con spoon-client: | |
./gradlew spoon | |
-PclassName=$TEST_CLASS_NAME | |
-PapkToTest=$DECOLAR/DESPEGAR_PKG_ID | |
-Pdebug=$DEBUG_FLAG | |
-Pcountry=$COUNTRY_CODE | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment