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