Skip to content

Commit

Permalink
chore(ci): more sauce to come (#2860)
Browse files Browse the repository at this point in the history
* chore(ci): more sauce to come

* run ie 11
  • Loading branch information
valorkin authored Oct 18, 2017
1 parent 4b71a17 commit 8b53225
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
reporters: ['dots', 'saucelabs'],
singleRun: false,
concurrency: 3,
concurrency: 2,
captureTimeout: 60000,
browserNoActivityTimeout: 20000,
browserDisconnectTimeout: 5000,
sauceLabs: {
testName: 'ngx-bootstrap',
build: process.env.TRAVIS_JOB_NUMBER,
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER,
retryLimit: 3,
retryLimit: 5,
startConnect: false,
recordVideo: false,
recordScreenshots: false,
Expand Down Expand Up @@ -104,14 +104,14 @@ module.exports = function (config) {
'SL_IE10': {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 2012',
// platform: 'Windows 2012',
version: '10'
},
'SL_IE11': {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 8.1',
version: '11'
version: '11.0'
},
'SL_EDGE13': {
base: 'SauceLabs',
Expand All @@ -134,13 +134,13 @@ module.exports = function (config) {
'SL_SAFARI9': {
base: 'SauceLabs',
browserName: 'safari',
platform: 'OS X 10.11',
// platform: 'OS X 10.11',
version: '9.0'
},
'SL_SAFARI10': {
base: 'SauceLabs',
browserName: 'safari',
platform: 'OS X 10.11',
// platform: 'OS X 10.11',
version: '10.0'
}
}
Expand Down

0 comments on commit 8b53225

Please sign in to comment.