Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(saucelabs): Upgrade Chrome and Firefox to the latest versions
Browse files Browse the repository at this point in the history
Closes #12430
  • Loading branch information
lgalfaso committed Aug 9, 2015
1 parent ed3a33a commit 1cf10ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions karma-shared.conf.js
Expand Up @@ -17,7 +17,9 @@ module.exports = function(config, specificOptions) {
testName: specificOptions.testName || 'AngularJS',
startConnect: true,
options: {
'selenium-version': '2.41.0'
// We need selenium version +2.46 for Firefox 39 and the last selenium version for OS X is 2.45.
// TODO: Uncomment when there is a selenium 2.46 available for OS X.
// 'selenium-version': '2.46.0'
}
},

Expand All @@ -35,12 +37,12 @@ module.exports = function(config, specificOptions) {
'SL_Chrome': {
base: 'SauceLabs',
browserName: 'chrome',
version: '39'
version: '43'
},
'SL_Firefox': {
base: 'SauceLabs',
browserName: 'firefox',
version: '31'
version: '39'
},
'SL_Safari': {
base: 'SauceLabs',
Expand Down

0 comments on commit 1cf10ab

Please sign in to comment.