We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac08ce commit 10538adCopy full SHA for 10538ad
karma.conf.ci.js
@@ -18,12 +18,13 @@ module.exports = function(config) {
18
platform: 'OS X 10.11',
19
version: '9.2'
20
},
21
- slIOS10: {
22
- base: 'SauceLabs',
23
- browserName: 'iPhone',
24
- platform: 'macOS 10.12',
25
- version: '10.2'
26
- },
+ // *Sigh* Cannot get this working with appium or selenium...
+ // slIOS10: {
+ // base: 'SauceLabs',
+ // browserName: 'iPhone',
+ // platform: 'macOS 10.12',
+ // version: '10.2'
27
+ // },
28
slAndroid4: {
29
base: 'SauceLabs',
30
browserName: 'Android',
0 commit comments