We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9af2c commit f1e8e51Copy full SHA for f1e8e51
3 files changed
karma.conf.ci.js
@@ -6,24 +6,15 @@ module.exports = function(config) {
6
7
// Check out https://saucelabs.com/platforms for all browser/platform combos
8
var customLaunchers = {
9
- slIOS9: {
+ slIOSLatest: {
10
base: 'SauceLabs',
11
- browserName: 'iPhone',
12
- platform: 'OS X 10.12',
13
- version: '9.3'
+ browserName: 'iphone',
+ version: 'latest'
14
},
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: {
+ slIOS10: {
23
24
- browserName: 'Android',
25
- platform: 'Linux',
26
- version: '4.4'
+ version: '10.3'
27
28
slAndroid5: {
29
0 commit comments