We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628e64e commit b480c8eCopy full SHA for b480c8e
karma.conf.ci.js
@@ -13,16 +13,22 @@ module.exports = function(config) {
13
version: '8.4'
14
},
15
slIOS9: {
16
+ appiumVersion: '1.6.3',
17
base: 'SauceLabs',
- browserName: 'iPhone',
18
- platform: 'OS X 10.11',
19
- version: '9.2'
+ browserName: 'Safari',
+ deviceName: 'iPhone 6s Simulator',
20
+ deviceOrientation: 'portrait',
21
+ platformName: 'iOS',
22
+ platformVersion: '9.3'
23
24
slIOS10: {
25
26
- platform: 'macOS 10.12',
- version: '10.2'
27
28
+ deviceName: 'iPhone 7 Simulator',
29
30
31
+ platformVersion: '10.2'
32
33
slAndroid4: {
34
0 commit comments