Skip to content

Commit 64f754c

Browse files
committed
Attempt to fix iOS tests on Sauce using upgraded Appium
1 parent 5c82348 commit 64f754c

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

karma.conf.ci.js

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,22 @@ module.exports = function(config) {
1515
version: '8.4'
1616
},
1717
slIOS9: {
18+
appiumVersion: '1.6.3',
1819
base: 'SauceLabs',
19-
browserName: 'iPhone',
20-
platform: 'OS X 10.11',
21-
version: '9.2'
20+
browserName: 'Safari',
21+
deviceName: 'iPhone 6s Simulator',
22+
deviceOrientation: 'portrait',
23+
platformName: 'iOS',
24+
platformVersion: '9.3'
2225
},
2326
slIOS10: {
27+
appiumVersion: '1.6.3',
2428
base: 'SauceLabs',
25-
browserName: 'iPhone',
26-
platform: 'macOS 10.12',
27-
version: '10.2'
29+
browserName: 'Safari',
30+
deviceName: 'iPhone 7 Simulator',
31+
deviceOrientation: 'portrait',
32+
platformName: 'iOS',
33+
platformVersion: '10.2'
2834
},
2935
slAndroid4: {
3036
base: 'SauceLabs',

0 commit comments

Comments
 (0)