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 webdriver, chromedriver, webdriverJS
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Nov 4, 2014
1 parent 5dfc002 commit 889a5a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"webdriverVersions": {
"selenium": "2.43.1",
"chromedriver": "2.10",
"iedriver": "2.43.0"
"selenium": "2.44.0",
"chromedriver": "2.12",
"iedriver": "2.44.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Julie Ralph <ju.ralph@gmail.com>",
"dependencies": {
"request": "~2.36.0",
"selenium-webdriver": "2.43.5",
"selenium-webdriver": "2.44.0",
"minijasminenode": "1.1.1",
"jasminewd": "1.1.0",
"saucelabs": "~0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions spec/ciConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '36',
'version': '38',
'platform': 'OS X 10.9',
'selenium-version': '2.43.1'
}, {
'browserName': 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '32',
'version': '33',
'selenium-version': '2.43.1'
}],

Expand Down
4 changes: 2 additions & 2 deletions spec/smokeConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '35',
'version': '37',
'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': '31',
'version': '32',
'selenium-version': '2.43.1'
}, {
'browserName': 'safari',
Expand Down

0 comments on commit 889a5a7

Please sign in to comment.