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

Commit

Permalink
chore(selenium): update selenium, selenium node module, chromedriver
Browse files Browse the repository at this point in the history
Selenium standalone v 2.42.0
Chromedriver v 2.10
IEDriver v 2.41.0
  • Loading branch information
juliemr committed May 23, 2014
1 parent 06794b1 commit 9bfd6b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions 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.41.0",
"selenium-webdriver": "2.42.0",
"minijasminenode": "0.4.0",
"saucelabs": "~0.1.0",
"glob": "~3.2",
Expand Down Expand Up @@ -53,8 +53,8 @@
"license": "MIT",
"version": "0.23.1",
"webdriverVersions": {
"selenium": "2.41.0",
"chromedriver": "2.9",
"iedriver": "2.40.0"
"selenium": "2.42.0",
"chromedriver": "2.10",
"iedriver": "2.41.0"
}
}
4 changes: 2 additions & 2 deletions spec/ciConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ exports.config = {
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '34',
'selenium-version': '2.41.0',
'selenium-version': '2.42.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': '29',
'selenium-version': '2.41.0'
'selenium-version': '2.42.0'
}],

baseUrl: env.baseUrl,
Expand Down
8 changes: 4 additions & 4 deletions spec/smokeConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,30 @@ exports.config = {
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '33',
'selenium-version': '2.41.0',
'selenium-version': '2.42.0',
'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': '28',
'selenium-version': '2.41.0'
'selenium-version': '2.42.0'
}, {
'browserName': 'internet explorer',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '11',
'selenium-version': '2.41.0',
'selenium-version': '2.42.0',
'platform': 'Windows 7'
}, {
'browserName': 'internet explorer',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '10',
'selenium-version': '2.41.0',
'selenium-version': '2.42.0',
'platform': 'Windows 7'
}],

Expand Down

0 comments on commit 9bfd6b8

Please sign in to comment.