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

Commit

Permalink
feat(webdriver): version bumps for chromedriver and supported browsers
Browse files Browse the repository at this point in the history
Chromedriver to 2.13.
CI browser version bumps for Chrome 39 and Firefox 34.
  • Loading branch information
juliemr committed Jan 8, 2015
1 parent 3b03ab2 commit 2b4ac07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"webdriverVersions": {
"selenium": "2.44.0",
"chromedriver": "2.12",
"chromedriver": "2.13",
"iedriver": "2.44.0"
}
}
10 changes: 5 additions & 5 deletions spec/ciConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '38',
'platform': 'OS X 10.9',
'selenium-version': '2.43.1'
'version': '39',
'selenium-version': '2.44.0',
'platform': 'OS X 10.9'
}, {
'browserName': 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '33',
'selenium-version': '2.43.1'
'version': '34',
'selenium-version': '2.44.0'
}],

baseUrl: env.baseUrl,
Expand Down
4 changes: 2 additions & 2 deletions spec/smokeConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '37',
'version': '38',
'selenium-version': '2.43.1',
'platform': 'OS X 10.9'
}, {
'browserName': 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '32',
'version': '33',
'selenium-version': '2.43.1'
}, {
'browserName': 'safari',
Expand Down

0 comments on commit 2b4ac07

Please sign in to comment.