Skip to content

Instantly share code, notes, and snippets.

@zuhrig
Last active May 26, 2017 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuhrig/705989840a45b1ba82db13d7cf0872de to your computer and use it in GitHub Desktop.
Save zuhrig/705989840a45b1ba82db13d7cf0872de to your computer and use it in GitHub Desktop.
parametros spoon vs adb instrument cli
#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