File tree Expand file tree Collapse file tree 3 files changed +2149
-2582
lines changed Expand file tree Collapse file tree 3 files changed +2149
-2582
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,15 @@ module.exports = function(config) {
66
77 // Check out https://saucelabs.com/platforms for all browser/platform combos
88 var customLaunchers = {
9- slIOS9 : {
9+ slIOSLatest : {
1010 base : 'SauceLabs' ,
11- browserName : 'iPhone' ,
12- platform : 'OS X 10.12' ,
13- version : '9.3'
11+ browserName : 'iphone' ,
12+ version : 'latest'
1413 } ,
15- // *Sigh* Cannot get this working with appium or selenium...
16- // slIOS10: {
17- // base: 'SauceLabs',
18- // browserName: 'iPhone',
19- // platform: 'macOS 10.12',
20- // version: '10.2'
21- // },
22- slAndroid4 : {
14+ slIOS10 : {
2315 base : 'SauceLabs' ,
24- browserName : 'Android' ,
25- platform : 'Linux' ,
26- version : '4.4'
16+ browserName : 'iphone' ,
17+ version : '10.3'
2718 } ,
2819 slAndroid5 : {
2920 base : 'SauceLabs' ,
You can’t perform that action at this time.
0 commit comments