Skip to content

Commit f1e8e51

Browse files
committed
Fix CI 🙏
1 parent bf9af2c commit f1e8e51

File tree

3 files changed

+2149
-2582
lines changed

3 files changed

+2149
-2582
lines changed

karma.conf.ci.js

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)