Skip to content

Commit b480c8e

Browse files
committed
Attempt to fix iOS tests on Sauce using upgraded Appium
1 parent 628e64e commit b480c8e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

karma.conf.ci.js

+12-6
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,22 @@ module.exports = function(config) {
1313
version: '8.4'
1414
},
1515
slIOS9: {
16+
appiumVersion: '1.6.3',
1617
base: 'SauceLabs',
17-
browserName: 'iPhone',
18-
platform: 'OS X 10.11',
19-
version: '9.2'
18+
browserName: 'Safari',
19+
deviceName: 'iPhone 6s Simulator',
20+
deviceOrientation: 'portrait',
21+
platformName: 'iOS',
22+
platformVersion: '9.3'
2023
},
2124
slIOS10: {
25+
appiumVersion: '1.6.3',
2226
base: 'SauceLabs',
23-
browserName: 'iPhone',
24-
platform: 'macOS 10.12',
25-
version: '10.2'
27+
browserName: 'Safari',
28+
deviceName: 'iPhone 7 Simulator',
29+
deviceOrientation: 'portrait',
30+
platformName: 'iOS',
31+
platformVersion: '10.2'
2632
},
2733
slAndroid4: {
2834
base: 'SauceLabs',

0 commit comments

Comments
 (0)