Skip to content

Instantly share code, notes, and snippets.

@esafirm
Created July 18, 2017 02:27
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 esafirm/fbda7c3e3f45b9ace9091a94ed54f080 to your computer and use it in GitHub Desktop.
Save esafirm/fbda7c3e3f45b9ace9091a94ed54f080 to your computer and use it in GitHub Desktop.
Testing started at 9:26 AM ...
07/18 09:26:57: Launching LoginActivityEspress...
$ adb push /Users/esa/Documents/AndroidStudioProjects/driver-android-new/apks/etobeedriver-dev-debug.apk /data/local/tmp/com.etobee.driver
$ adb shell pm install -r "/data/local/tmp/com.etobee.driver"
pkg: /data/local/tmp/com.etobee.driver
Success
$ adb push /Users/esa/Documents/AndroidStudioProjects/driver-android-new/etobeedriver/build/outputs/apk/etobeedriver-dev-debug-androidTest.apk /data/local/tmp/com.etobee.driver.test
$ adb shell pm install -r "/data/local/tmp/com.etobee.driver.test"
pkg: /data/local/tmp/com.etobee.driver.test
Success
Running tests
$ adb shell am instrument -w -r -e debug false -e class com.etobee.driver2.features.auth.LoginActivityEspressoTest com.etobee.driver.test/android.support.test.runner.AndroidJUnitRunner
Client not ready yet..
Started running tests
Test running failed: Unable to find instrumentation info for: ComponentInfo{com.etobee.driver.test/android.support.test.runner.AndroidJUnitRunner}
Empty test suite.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment