Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created August 26, 2016 23:49
Show Gist options
  • Select an option

  • Save jraczak/ba954bc0f5fa62533d4a578e56499392 to your computer and use it in GitHub Desktop.

Select an option

Save jraczak/ba954bc0f5fa62533d4a578e56499392 to your computer and use it in GitHub Desktop.
justinr@justinr-mac Movies (appium) $ appium
info: Welcome to Appium v1.4.10 (REV c97e824665ae82df682a0b540b38dfe8c13c8ac7)
info: Appium REST http interface listener started on 0.0.0.0:4723
info: Console LogLevel: debug
info: --> POST /wd/hub/session {"desiredCapabilities":{"automationName":"Appium","app":"/Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk","platformName":"Android","deviceName":"Nexus5X","appActivity":".MainActivity","appium-version":"1.5.3","appPackage":"com.justinraczak.android.movies"}}
info: Client User-Agent string: Apache-HttpClient/4.5.2 (Java/1.7.0_71)
info: [debug] The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : appium-version
info: [debug] Using local app from desired caps: /Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk
info: [debug] Creating new appium session 0a40d65f-1bae-47b9-8923-826ca27f616c
info: Starting android appium
info: [debug] Getting Java version
info: Java version is: 1.8.0_101
info: [debug] Checking whether adb is present
info: [debug] Using adb from /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb
info: [debug] Using fast reset? true
info: [debug] Preparing device for session
info: [debug] Checking whether app is actually present
info: Retrieving device
info: [debug] Trying to find a connected android device
info: [debug] Getting connected devices...
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb devices
info: [debug] 1 device(s) connected
info: Found device 00d2d967c0c8a765
info: [debug] Setting device id to 00d2d967c0c8a765
info: [debug] Waiting for device to be ready and to respond to shell commands (timeout = 5)
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 wait-for-device
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "echo 'ready'"
info: [debug] Starting logcat capture
info: [debug] Getting device API level
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "getprop ro.build.version.sdk"
info: [debug] Device is at API Level 23
info: Device API level is: 23
info: [debug] Extracting strings for language: default
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "getprop persist.sys.language"
info: [debug] Current device persist.sys.language:
info: [debug] java -jar "/usr/local/lib/node_modules/appium/node_modules/appium-adb/jars/appium_apk_tools.jar" "stringsFromApk" "/Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk" "/tmp/com.justinraczak.android.movies"
info: [debug] Reading strings from converted strings.json
info: [debug] Setting language to default
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 push "/tmp/com.justinraczak.android.movies/strings.json" /data/local/tmp
info: [debug] Checking whether aapt is present
info: [debug] Using aapt from /Users/justinr/Developer/android-sdk-macosx/build-tools/23.0.1/aapt
info: [debug] Retrieving process from manifest.
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/build-tools/23.0.1/aapt dump xmltree /Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk AndroidManifest.xml
info: [debug] Set app process to: com.justinraczak.android.movies
info: [debug] Not uninstalling app since server not started with --full-reset
info: [debug] Checking app cert for /Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk.
info: [debug] executing cmd: java -jar /usr/local/lib/node_modules/appium/node_modules/appium-adb/jars/verify.jar /Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk
info: [debug] App already signed.
info: [debug] Zip-aligning /Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk
info: [debug] Checking whether zipalign is present
info: [debug] Using zipalign from /Users/justinr/Developer/android-sdk-macosx/build-tools/23.0.1/zipalign
info: [debug] Zip-aligning apk.
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/build-tools/23.0.1/zipalign -f 4 /Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk /var/folders/_y/l0ppnhhd1n54l32j9sz7z6xc0000gn/T/116726-7905-1f5li8t/appium.tmp
info: [debug] MD5 for app is ecaf88af656d636d618dcc19fbd7497f
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "ls /data/local/tmp/ecaf88af656d636d618dcc19fbd7497f.apk"
info: [debug] Getting install status for com.justinraczak.android.movies
info: [debug] Getting device API level
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "getprop ro.build.version.sdk"
info: [debug] Device is at API Level 23
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "pm list packages -3 com.justinraczak.android.movies"
info: [debug] App is installed
info: App is already installed, resetting app
info: [debug] Running fast reset (stop and clear)
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "am force-stop com.justinraczak.android.movies"
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "pm clear com.justinraczak.android.movies"
info: [debug] Forwarding system:4724 to device:4724
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 forward tcp:4724 tcp:4724
info: [debug] Pushing appium bootstrap to device...
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 push "/usr/local/lib/node_modules/appium/build/android_bootstrap/AppiumBootstrap.jar" /data/local/tmp/
info: [debug] Pushing settings apk to device...
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 install "/usr/local/lib/node_modules/appium/build/settings_apk/settings_apk-debug.apk"
info: [debug] Pushing unlock helper app to device...
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 install "/usr/local/lib/node_modules/appium/build/unlock_apk/unlock_apk-debug.apk"
info: Starting App
info: [debug] Attempting to kill all 'uiautomator' processes
info: [debug] Getting all processes with 'uiautomator'
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "ps 'uiautomator'"
info: [debug] No matching processes found
info: [debug] Running bootstrap
info: [debug] spawning: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap -e pkg com.justinraczak.android.movies -e disableAndroidWatchers false
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [debug] [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
info: [debug] [BOOTSTRAP] [debug] Socket opened on port 4724
info: [debug] [BOOTSTRAP] [debug] Appium Socket Server Ready
info: [debug] [BOOTSTRAP] [debug] Loading json...
info: [debug] [BOOTSTRAP] [debug] json loading complete.
info: [debug] Waking up device if it's not alive
info: [debug] Pushing command to appium work queue: ["wake",{}]
info: [debug] [BOOTSTRAP] [debug] Registered crash watchers.
info: [debug] [BOOTSTRAP] [debug] Client connected
info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"wake","params":{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: wake
info: [debug] [BOOTSTRAP] [debug] Returning result: {"status":0,"value":true}
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "dumpsys window"
info: Unlocking screen
info: [debug] Screen is locked, trying to unlock
info: [debug] Getting device API level
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "getprop ro.build.version.sdk"
info: [debug] [BOOTSTRAP] [debug] Emitting system alert message
info: [debug] Emitting alert message...
info: [debug] Device is at API Level 23
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n io.appium.unlock/.Unlock"
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "dumpsys window"
info: [debug] Screen is locked, trying to unlock
info: [debug] Getting device API level
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "getprop ro.build.version.sdk"
info: [debug] Device is at API Level 23
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n io.appium.unlock/.Unlock"
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "dumpsys window"
info: [debug] Screen is unlocked, continuing
info: [debug] Pushing command to appium work queue: ["getDataDir",{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"getDataDir","params":{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: getDataDir
info: [debug] [BOOTSTRAP] [debug] Returning result: {"status":0,"value":"\/data\/local\/tmp"}
info: [debug] dataDir set to: /data/local/tmp
info: [debug] Pushing command to appium work queue: ["compressedLayoutHierarchy",{"compressLayout":false}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"compressedLayoutHierarchy","params":{"compressLayout":false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: compressedLayoutHierarchy
info: [debug] [BOOTSTRAP] [debug] Returning result: {"status":0,"value":false}
info: [debug] Getting device API level
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "getprop ro.build.version.sdk"
info: [debug] Device is at API Level 23
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.justinraczak.android.movies/.MainActivity"
info: [debug] Waiting for pkg "com.justinraczak.android.movies" and activity ".MainActivity" to be focused
info: [debug] Getting focused package and activity
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "dumpsys window windows"
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "getprop ro.build.version.release"
info: [debug] Device is at release version 6.0.1
info: [debug] Device launched! Ready for commands
info: [debug] Setting command timeout to the default of 60 secs
info: [debug] Appium session started with sessionId 0a40d65f-1bae-47b9-8923-826ca27f616c
info: <-- POST /wd/hub/session 303 26658.086 ms - 74
info: --> GET /wd/hub/session/0a40d65f-1bae-47b9-8923-826ca27f616c {}
info: [debug] Responding to client with success: {"status":0,"value":{"platform":"LINUX","browserName":"Android","platformVersion":"6.0.1","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"automationName":"Appium","app":"/Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk","platformName":"Android","deviceName":"Nexus5X","appActivity":".MainActivity","appium-version":"1.5.3","appPackage":"com.justinraczak.android.movies"},"automationName":"Appium","app":"/Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk","platformName":"Android","deviceName":"00d2d967c0c8a765","appActivity":".MainActivity","appium-version":"1.5.3","appPackage":"com.justinraczak.android.movies"},"sessionId":"0a40d65f-1bae-47b9-8923-826ca27f616c"}
info: <-- GET /wd/hub/session/0a40d65f-1bae-47b9-8923-826ca27f616c 200 49.990 ms - 834 {"status":0,"value":{"platform":"LINUX","browserName":"Android","platformVersion":"6.0.1","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"automationName":"Appium","app":"/Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk","platformName":"Android","deviceName":"Nexus5X","appActivity":".MainActivity","appium-version":"1.5.3","appPackage":"com.justinraczak.android.movies"},"automationName":"Appium","app":"/Users/justinr/AndroidStudioProjects/Movies/app/app-release.apk","platformName":"Android","deviceName":"00d2d967c0c8a765","appActivity":".MainActivity","appium-version":"1.5.3","appPackage":"com.justinraczak.android.movies"},"sessionId":"0a40d65f-1bae-47b9-8923-826ca27f616c"}
info: --> POST /wd/hub/session/0a40d65f-1bae-47b9-8923-826ca27f616c/timeouts {"type":"implicit","ms":5000}
info: [debug] Set Android implicit wait to 5000ms
info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"0a40d65f-1bae-47b9-8923-826ca27f616c"}
info: <-- POST /wd/hub/session/0a40d65f-1bae-47b9-8923-826ca27f616c/timeouts 200 3.705 ms - 76 {"status":0,"value":null,"sessionId":"0a40d65f-1bae-47b9-8923-826ca27f616c"}
info: --> GET /wd/hub/session/0a40d65f-1bae-47b9-8923-826ca27f616c/screenshot {}
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "/system/bin/rm /data/local/tmp/screenshot.png; /system/bin/screencap -p /data/local/tmp/screenshot.png "
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 pull /data/local/tmp/screenshot.png "/var/folders/_y/l0ppnhhd1n54l32j9sz7z6xc0000gn/T/appium116726-7905-4ij0hn.png"
info: [debug] Responding to client with success: {"status":0,"value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAYAAAArYecKAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzs3XlY1OX+P/7nIKtsAyKigSCauSWD++5gppkbUCez9AhHS1s+CqalaQmpLeaCdbTOqQ54jqbZIuYuliBuKCq4b4QsoqjggCyyzu8PvjM/hnnPMAPDDIPPx3V5Xb23+33PaDDv59z36xYBkIOIiIiIiIiIyIxZmLoDRERERERERESNxYCDiIiIiIiIiMweAw4iIiIiIiIiMnsMOIiIiIiIiIjI7DHgICIiIiIiIiKzx4CDiIiIiIiIiMweAw4iIiIiIiIiMnsMOIiIiIiIiIjI7DHgICIiIiIiIiKzZ2mqG3t4eMDNzQ2tWrUyVRdQXV2NBw8e4M6dOybrg5B27dqhTZs2uHz5coPb6NGjB/Ly8pCbm2vAnhERERERERE1TyIAcmPfdMCAAfjiiy8waNAg2NraGvv2So8fP8bp06exaNEiHD9+3GT9qGvjxo2YNm0anJycGtzGo0ePsHfvXkyZMsWAPSMiIiIiIiJqnow+gsPT0xMrVqyAVCo19q3V2NraYvjw4fj8888xffp0ZGRkmLpLAIB79+7B0dERQ4cOxbFjx/S+fuzYsXBwcIBcbvTsioiIiIjoiebj4wMAuHXrlkn7YUpWVlaoqKgw2v06d+4MFxcXnc/PycnBvXv3UFlZ2YS9IlMwesDRqVMn9OzZs97zLly4gNLSUgwYMKDB9zp9+jSsrKwgkUi0ntetWzd07ty52QQc165dw+PHjzF27NgGBRzBwcEAgJSUFEN3jYiIiIiMRCKRwNnZGampqZDJZKbujiAfHx+IxWKDfe4MDAzErVu3mvXnWB8fH/j5+UEikUAqlUIsFtf7vJGSkgKZTIb4+HikpKQgNTW1xQYgEokEWVlZyMvLM9o9xWIx2rdvr/P5hYWFePDgQRP2iEzF6EVGra2tYWVlpfF4ZWUlfvzx...","sessionId":"0a40d65f-1bae-47b9-8923-826ca27f616c"}
info: <-- GET /wd/hub/session/0a40d65f-1bae-47b9-8923-826ca27f616c/screenshot 200 3220.107 ms - 110646 {"status":0,"value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAYAAAArYecKAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzs3XlY1OX+P/7nIKtsAyKigSCauSWD++5gppkbUCez9AhHS1s+CqalaQmpLeaCdbTOqQ54jqbZIuYuliBuKCq4b4QsoqjggCyyzu8PvjM/hnnPMAPDDIPPx3V5Xb23+33PaDDv59z36xYBkIOIiIiIiIiIyIxZmLoDRERERERERESNxYCDiIiIiIiIiMweAw4iIiIiIiIiMnsMOIiIiIiIiIjI7DHgICIiIiIiIiKzx4CDiIiIiIiIiMweAw4iIiIiIiIiMnsMOIiIiIiIiIjI7DHgICIiIiIiIiKzZ2mqG3t4eMDNzQ2tWrUyVRdQXV2NBw8e4M6dOybrg5B27dqhTZs2uHz5coPb6NGjB/Ly8pCbm2vAnhERERERERE1TyIAcmPfdMCAAfjiiy8waNAg2NraGvv2So8fP8bp06exaNEiHD9+3GT9qGvjxo2YNm0anJycGtzGo0ePsHfvXkyZMsWAPSMiIiIiIiJqnow+gsPT0xMrVqyAVCo19q3V2NraYvjw4fj8888xffp0ZGRkmLpLAIB79+7B0dERQ4cOxbFjx/S+fuzYsXBwcIBcbvTsioiIiIjoiebj4wMAuHXrlkn7YUpWVlaoqKgw2v06d+4MFxcXnc/PycnBvXv3UFlZ2YS9IlMwesDRqVMn9OzZs97zLly4gNLSUgwYMKDB9zp9+jSsrKwgkUi0ntetWzd07ty52QQc165dw+PHjzF27NgGBRzBwcEAgJSUFEN3jYiIiIiMRCKRwNnZGampqZDJZKbujiAfHx+IxWKDfe4MDAzErVu3mvXnWB8fH/j5+UEikUAqlUIsFtf7vJGSkgKZTIb4+HikpKQgNTW1xQYgEokEWVlZyMvLM9o9xWIx2rdvr/P5hYWFePDgQRP2iEzF6EVGra2tYWVlpfF4ZWUlfvzx...","sessionId":"0a40d65f-1bae-47b9-8923-826ca27f616c"}
info: --> DELETE /wd/hub/session/0a40d65f-1bae-47b9-8923-826ca27f616c {}
info: Shutting down appium session
info: [debug] Pressing the HOME button
info: [debug] executing cmd: /Users/justinr/Developer/android-sdk-macosx/platform-tools/adb -s 00d2d967c0c8a765 shell "input keyevent 3"
info: [debug] Stopping logcat capture
info: [debug] Logcat terminated with code null, signal SIGTERM
info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"shutdown"}
info: [debug] [BOOTSTRAP] [debug] Got command of type SHUTDOWN
info: [debug] [BOOTSTRAP] [debug] Returning result: {"status":0,"value":"OK, shutting down"}
info: [debug] Sent shutdown command, waiting for UiAutomator to stop...
info: [debug] [BOOTSTRAP] [debug] Closed client connection
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [debug] [UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.
info: [debug] [UIAUTOMATOR STDOUT] Time: 12.125
info: [debug] [UIAUTOMATOR STDOUT] OK (1 test)
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1
info: [debug] UiAutomator shut down normally
info: [debug] Cleaning up android objects
info: [debug] Cleaning up appium session
info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"0a40d65f-1bae-47b9-8923-826ca27f616c"}
info: <-- DELETE /wd/hub/session/0a40d65f-1bae-47b9-8923-826ca27f616c 200 1339.525 ms - 76 {"status":0,"value":null,"sessionId":"0a40d65f-1bae-47b9-8923-826ca27f616c"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment