File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ module.exports = function(config) {
6
6
7
7
// Check out https://saucelabs.com/platforms for all browser/platform combos
8
8
var customLaunchers = {
9
- // slIOS8: {
10
- // base: 'SauceLabs',
11
- // browserName: 'iPhone',
12
- // platform: 'OS X 10.12',
13
- // version: '8.4'
14
- // },
15
9
slIOS9 : {
16
10
base : 'SauceLabs' ,
17
11
browserName : 'iPhone' ,
@@ -76,12 +70,6 @@ module.exports = function(config) {
76
70
platform : 'OS X 10.11' ,
77
71
version : '10.0'
78
72
} ,
79
- // SauceLabs discontinued support for all versions of Opera:
80
- // https://wiki.saucelabs.com/pages/viewpage.action?pageId=70074721
81
- // slOpera: {
82
- // base: 'SauceLabs',
83
- // browserName: 'opera'
84
- // },
85
73
slEdge14 : {
86
74
base : 'SauceLabs' ,
87
75
browserName : 'microsoftedge' ,
You can’t perform that action at this time.
0 commit comments