CB-10750 Appium tests: fail fast if session is irrecoverable

This commit is contained in:
Alexander Sorokin
2016-03-01 18:27:08 +03:00
parent 2cd2528d1c
commit d51e23ad7b
2 changed files with 30 additions and 17 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports.getDriver = function (platform, callback) {
},
driverConfig = {
browserName: '',
'appium-version': '1.3',
'appium-version': '1.5',
platformName: platform,
platformVersion: global.PLATFORM_VERSION || '',
deviceName: global.DEVICE_NAME || '',