Created
February 28, 2018 09:31
-
-
Save zawadz88/3aa61402ae9e1763e0c1cb3c6952d962 to your computer and use it in GitHub Desktop.
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
| 02/26 17:18:09: Launching All Tests | |
| $ adb push .../build/outputs/apk/debug/app-debug.apk /data/local/tmp/com.foo.bar | |
| $ adb shell pm install -t -r "/data/local/tmp/com.foo.bar" | |
| Success | |
| $ adb push .../build/outputs/apk/androidTest/debug/app-debug-androidTest.apk /data/local/tmp/com.foo.bar.test | |
| $ adb shell pm install -t -r "/data/local/tmp/com.foo.bar.test" | |
| Success | |
| $ adb push /Users/piotr/.gradle/caches/modules-2/files-2.1/com.android.support.test/orchestrator/1.0.1/12d61be26b643c6413d207248660bce8f6d8b236/orchestrator-1.0.1.apk /data/local/tmp/android.support.test.orchestrator | |
| $ adb shell pm install -t -r "/data/local/tmp/android.support.test.orchestrator" | |
| Success | |
| $ adb push /Users/piotr/.gradle/caches/modules-2/files-2.1/com.android.support.test.services/test-services/1.0.1/c24c3f3ccf05dfdd86dbcd6c7a648d6c4a429178/test-services-1.0.1.apk /data/local/tmp/android.support.test.services | |
| $ adb shell pm install -t -r "/data/local/tmp/android.support.test.services" | |
| Success |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment