8000
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 1afefd3 commit c93875aCopy full SHA for c93875a
karma.conf.ci.js
@@ -8,12 +8,6 @@ module.exports = function(config) {
8
// Commented some of these out just so CI doesn't take forever.
9
// Check out https://saucelabs.com/platforms for all browser/platform combos
10
var customLaunchers = {
11
- slIOS8: {
12
- base: 'SauceLabs',
13
- browserName: 'iPhone',
14
- platform: 'OS X 10.10',
15
- version: '8.4'
16
- },
17
slIOS9: {
18
appiumVersion: '1.6.3',
19
base: 'SauceLabs',
@@ -83,10 +77,6 @@ module.exports = function(config) {
83
77
platform: 'macOS 10.12',
84
78
version: '10.0'
85
79
},
86
- slOpera: {
87
88
- browserName: 'opera'
89
90
80
slEdge14: {
91
81
92
82
browserName: 'microsoftedge',
0 commit comments