Configure SauceLab automated mobile test with Appium
[caps] platformName = "Android" deviceName = "Android Emulator" platformVersion = "4.4" appium-version = "1.3.4" device-orientation = "portrait" app = "sauce-storage:Your.apk" record-video = "true" max-duration = "3000" command-timeout = "600" idle-timeout = "1000" language = "en" debug = "true" wait = "60" [appium_lib] sauce_username = "yourusernameonSaucelabs" sauce_access_key = "youracckey" server_url = "http://lusername:deviceeria@ondemand.saucelabs.com:80/wd/hub" debug = "true" wait = "60"
No Comments