Skip to content

Commit

Permalink
fix(tests): fix for saucelab unit tests (valor-software#5263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludmilanesvitiy authored and Domainv committed Jun 12, 2019
1 parent b99f10c commit 669d7e1
Show file tree
Hide file tree
Showing 7 changed files with 386 additions and 131 deletions.
4 changes: 2 additions & 2 deletions karma-demo.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
reporters: ['dots', 'saucelabs'],
singleRun: true,
concurrency: 2,
concurrency: 4,
captureTimeout: 60000,
sauceLabs: {
testName: 'ngx-bootstrap',
Expand Down Expand Up @@ -103,7 +103,7 @@ module.exports = function (config) {
'SL_SAFARI': {
base: 'SauceLabs',
browserName: 'safari',
version: 'latest-1'
version: '11'
}
}
});
Expand Down
Loading

0 comments on commit 669d7e1

Please sign in to comment.