mirror of
https://github.com/appium/appium.git
synced 2026-02-14 14:00:03 -06:00
make it easy to switch test version for ios
This commit is contained in:
@@ -9,11 +9,12 @@ var wd = require('wd')
|
||||
, should = require("should")
|
||||
, defaultHost = '127.0.0.1'
|
||||
, defaultPort = process.env.APPIUM_PORT || 4723
|
||||
, defaultIosVer = '6.1'
|
||||
, defaultCaps = {
|
||||
browserName: ''
|
||||
, device: 'iPhone Simulator'
|
||||
, platform: 'Mac'
|
||||
, version: '6.0'
|
||||
, version: defaultIosVer
|
||||
//, newCommandTimeout: 60
|
||||
};
|
||||
|
||||
@@ -90,7 +91,7 @@ var describeForSafari = function() {
|
||||
, app: 'safari'
|
||||
, device: 'iPhone Simulator'
|
||||
, platform: 'Mac'
|
||||
, version: '6.1'
|
||||
, version: defaultIosVer
|
||||
};
|
||||
return describeWithDriver(desc, tests, host, port, caps, extraCaps, undefined, onlyify);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user