We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3951c50 commit 23a307fCopy full SHA for 23a307f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "selenium-cucumber-js",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js",
5
"main": "index.js",
6
"scripts": {
@@ -53,13 +53,13 @@
53
"geckodriver": "1.1.2",
54
"merge": "1.2.0",
55
"require-dir": "0.3.2",
56
- "selenium-webdriver": "3.0.0"
+ "selenium-webdriver": "3.0.0",
57
+ "eyes.selenium": "0.0.72"
58
},
59
"devDependencies": {
60
"eslint": "^3.19.0",
61
"eslint-config-airbnb-base": "^11.2.0",
- "eslint-plugin-import": "^2.2.0",
62
- "eyes.selenium": "0.0.72"
+ "eslint-plugin-import": "^2.2.0"
63
64
"eslintConfig": {
65
"extends": "airbnb-base",
0 commit comments