Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 7e69853

Browse files
authored
Merge pull request #71 from mobify/upgrade-selenium
update selenium download to 2.0.10
2 parents 366608b + 6cf0357 commit 7e69853

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.1
2+
-Update [selenium-download](https://github.com/groupon/selenium-download) to 2.0.10
3+
- selenium chromedriver 2.29
4+
- selenium standalone server 3.4.0
15
2.0.0
26
- Use [selenium-download](https://github.com/groupon/selenium-download) to manage downloading of Selenium server and Chromedriver.
37
- BREAKING CHANGES

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ To begin, clone this repository. `cd` into your chosen folder, and run the follo
1111

1212
Selenium server and Chromedriver will also be downloaded into `/selenium`.
1313

14+
Currently Using https://www.npmjs.com/package/selenium-download version: 2.0.10
15+
- selenium chromedriver 2.29
16+
- selenium standalone server 3.4.0
17+
1418
### Linting
1519
JavaScript in this tool is linted with [ESLint](http://eslint.org/) according to our code [syntax and style standards](https://github.com/mobify/mobify-code-style) here at Mobify.
1620

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nightwatch-commands",
3-
"version": "1.8.0",
3+
"version": "2.0.1",
44
"description": "A set of Mobify specific custom commands for Nightwatch.js",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"async": "0.2.10",
2828
"chalk": "0.4.0",
2929
"mkdirp": "0.5.1",
30-
"selenium-download": "2.0.6"
30+
"selenium-download": "2.0.10"
3131
}
3232
}

0 commit comments

Comments
 (0)