Skip to content

Commit

Permalink
Attempt to fix iOS tests on Sauce using upgraded Appium
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed May 7, 2017
1 parent 628e64e commit b480c8e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions karma.conf.ci.js
Expand Up @@ -13,16 +13,22 @@ module.exports = function(config) {
version: '8.4'
},
slIOS9: {
appiumVersion: '1.6.3',
base: 'SauceLabs',
browserName: 'iPhone',
platform: 'OS X 10.11',
version: '9.2'
browserName: 'Safari',
deviceName: 'iPhone 6s Simulator',
deviceOrientation: 'portrait',
platformName: 'iOS',
platformVersion: '9.3'
},
slIOS10: {
appiumVersion: '1.6.3',
base: 'SauceLabs',
browserName: 'iPhone',
platform: 'macOS 10.12',
version: '10.2'
browserName: 'Safari',
deviceName: 'iPhone 7 Simulator',
deviceOrientation: 'portrait',
platformName: 'iOS',
platformVersion: '10.2'
},
slAndroid4: {
base: 'SauceLabs',
Expand Down

0 comments on commit b480c8e

Please sign in to comment.