Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
cxtom committed Jul 10, 2016
1 parent 87d9fa8 commit ad705a4
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions tool/karma.ci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,24 @@ var customLaunchers = {
browserName: 'internet explorer',
version: '9'
},
slIOSSafari: {
slEdge: {
base: 'SauceLabs',
browserName: 'iphone',
platform: 'OS X 10.9',
version: '7.1'
platform: 'Windows 10',
browserName: 'microsoftedge'
},
slIOS: {
base: 'SauceLabs',
browserName: '',
deviceName: ' iPhone 6',
platformVersion: '9.1',
platformName: 'iOS'
},
slAndroid: {
base: 'SauceLabs',
platform: 'Android 4.3',
browserName: 'android'
browserName: '',
version: '4.3',
platformVersion: '4.3',
platformName: 'Android'
}
};

Expand Down

0 comments on commit ad705a4

Please sign in to comment.