This file contains 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
node server.js --app-pkg com.example.registeruserexample --app-activity RegisterUserExample | |
info: Welcome to Appium v0.7.1 (REV cf3ebe903c9bdd2ebf871465ad604c4b296f9b65) | |
info: Appium REST http interface listener started on 0.0.0.0:4723 | |
info - socket.io started | |
debug: Appium request initiated at /wd/hub/session | |
debug: Request received with params: {"desiredCapabilities":{"platform":"MAC","app":"/Users/swapna.chennadi/git/qa-automation-templateproject/src/test/resources/multidevice/RegisterUserExample.apk","acceptSslCerts":true,"browserName":"iOS","app-package":"com.example.registeruserexample","device":"selendroid","app-activity":"RegisterUserExample","version":"6.1"}} | |
info: Using local app from desiredCaps: /Users/swapna.chennadi/git/qa-automation-templateproject/src/test/resources/multidevice/RegisterUserExample.apk | |
info: Creating new appium session a7e06881-9d03-4616-ae69-783760419b48 | |
info: Starting selendroid server | |
info: Checking whether selendroid is built yet |
This file contains 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
info: Using local app from desiredCaps: /Users/swapna.chennadi/git/qa-automation-templateproject/src/test/resources/multidevice/NotesList.apk | |
debug: Appium request initiated at /wd/hub/session | |
info: Creating new appium session 5edc36b1-4a00-4679-bbbe-52816cef5f56 | |
debug: Request received with params: {"desiredCapabilities":{"platform":"MAC","app":"/Users/swapna.chennadi/git/qa-automation-templateproject/src/test/resources/multidevice/NotesList.apk","browserName":"","app-package":"com.example.android.notepad","device":"Android","app-activity":"NotesList","version":"4.2"}} | |
info: Starting android appium | |
debug: Using fast reset? true | |
info: Preparing device for session | |
info: Checking whether app is actually present | |
info: Checking whether adb is present | |
info: [ADB] Using adb from /Users/swapna.chennadi/Development/sdk/platform-tools/adb |
This file contains 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
sudo ANDROID_HOME="/Users/swapna.chennadi/Development/sdk" ./reset.sh --verbose --android | |
Password: | |
---- Resetting / Initializing Appium ---- | |
RESETTING NPM | |
* Installing new or updated NPM modules | |
RESETTING ANDROID | |
* Configuring Android bootstrap | |
Running "configAndroidBootstrap" task | |
Updated file ./build.xml |
This file contains 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
$ ./reset.sh --verbose | |
---- Resetting / Initializing Appium ---- | |
RESETTING NPM | |
* Installing new or updated NPM modules | |
RESETTING IOS | |
* Cloning/updating instruments-without-delay | |
* Building instruments-without-delay | |
~/git/appium/submodules/instruments-without-delay ~/git/appium | |
Build settings from command line: | |
_IOS_SDK_VERSION = 6.1 |