From ae25ea7d5edd258afb51d5fb6e21e4ac469c797d Mon Sep 17 00:00:00 2001 From: Derrick Date: Mon, 9 Nov 2015 11:22:25 -0800 Subject: [PATCH 1/4] Update seleniumVersion and chromeDriverVersion Signed-off-by: Derrick --- selenium/installation/conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selenium/installation/conf.js b/selenium/installation/conf.js index 2a67ca7..e62f17c 100644 --- a/selenium/installation/conf.js +++ b/selenium/installation/conf.js @@ -1,10 +1,10 @@ var path = require('path'); // see http://selenium-release.storage.googleapis.com/index.html for latest -var seleniumVersion = '2.45.0'; +var seleniumVersion = '2.48.0'; // see http://chromedriver.storage.googleapis.com/index.html -var chromeDriverVersion = '2.12'; +var chromeDriverVersion = '2.20'; module.exports = { selenium: { From 94edb8a4b03563a65daefd7be59aa606614f14f1 Mon Sep 17 00:00:00 2001 From: Derrick Date: Mon, 9 Nov 2015 11:31:01 -0800 Subject: [PATCH 2/4] update driver version Signed-off-by: Derrick --- selenium/installation/conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selenium/installation/conf.js b/selenium/installation/conf.js index e62f17c..58f5149 100644 --- a/selenium/installation/conf.js +++ b/selenium/installation/conf.js @@ -1,7 +1,7 @@ var path = require('path'); // see http://selenium-release.storage.googleapis.com/index.html for latest -var seleniumVersion = '2.48.0'; +var seleniumVersion = '2.48.2'; // see http://chromedriver.storage.googleapis.com/index.html var chromeDriverVersion = '2.20'; From ab6f88b729df9dab8a76c198c86944b6cdc63ea2 Mon Sep 17 00:00:00 2001 From: Derrick Date: Tue, 10 Nov 2015 14:51:13 -0800 Subject: [PATCH 3/4] update version and nightwatch dependency versions Signed-off-by: Derrick --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c4d4a6..199ced0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nightwatch-commands", - "version": "1.2.0", + "version": "1.3.0", "description": "A set of Mobify specific custom commands for Nightwatch.js", "repository": { "type": "git", @@ -11,7 +11,7 @@ "url": "https://github.com/mobify/nightwatch-commands/issues" }, "devDependencies": { - "nightwatch": "0.6.11", + "nightwatch": "~0.8.6", "nodeunit": "~0.8.4", "grunt": "0.4.5", "grunt-contrib-jshint": "^0.10.0", From 07acaf41eff9d1a8184bf91e05230f835e6eff58 Mon Sep 17 00:00:00 2001 From: Derrick Date: Thu, 12 Nov 2015 10:38:04 -0800 Subject: [PATCH 4/4] pin to nightwatch version Signed-off-by: Derrick --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 199ced0..42c7c40 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/mobify/nightwatch-commands/issues" }, "devDependencies": { - "nightwatch": "~0.8.6", + "nightwatch": "0.8.6", "nodeunit": "~0.8.4", "grunt": "0.4.5", "grunt-contrib-jshint": "^0.10.0",