jenkins-bot has submitted this change and it was merged. Change subject: Updated to the latest version of mediawiki_selenium Ruby gem ......................................................................
Updated to the latest version of mediawiki_selenium Ruby gem Change-Id: I3b95626adbe6ce0be20f3bb2ec2ba188c8f9b17e --- M tests/browser/Gemfile.lock M tests/browser/README 2 files changed, 8 insertions(+), 8 deletions(-) Approvals: Manybubbles: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/browser/Gemfile.lock b/tests/browser/Gemfile.lock index 4539e75..6123c2d 100644 --- a/tests/browser/Gemfile.lock +++ b/tests/browser/Gemfile.lock @@ -2,7 +2,7 @@ remote: https://rubygems.org/ specs: builder (3.2.2) - childprocess (0.4.0) + childprocess (0.5.1) ffi (~> 1.0, >= 1.0.11) cucumber (1.3.10) builder (>= 2.1.2) @@ -22,7 +22,7 @@ headless (1.0.1) i18n (0.6.9) json (1.8.1) - mediawiki_selenium (0.2.2) + mediawiki_selenium (0.2.6) cucumber (~> 1.3, >= 1.3.10) headless (~> 1.0, >= 1.0.1) json (~> 1.8, >= 1.8.1) @@ -42,20 +42,20 @@ page_navigation (0.9) data_magic (>= 0.14) parallel (0.9.2) - parallel_tests (0.16.8) + parallel_tests (0.16.10) parallel rest-client (1.6.7) mime-types (>= 1.16) rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) rubyzip (1.1.0) - selenium-webdriver (2.39.0) - childprocess (>= 0.2.5) + selenium-webdriver (2.40.0) + childprocess (>= 0.5.0) multi_json (~> 1.0) rubyzip (~> 1.0) websocket (~> 1.0.4) syntax (1.2.0) - watir-webdriver (0.6.7) + watir-webdriver (0.6.8) selenium-webdriver (>= 2.18.0) websocket (1.0.7) yml_reader (0.2) diff --git a/tests/browser/README b/tests/browser/README index 58bcc05..208aca7 100644 --- a/tests/browser/README +++ b/tests/browser/README @@ -146,10 +146,10 @@ We're starting to get things working on PhantomJS so we can run them in parallel and we don't have to worry about Firefox stealing out focus all the time. You can install PhantomJS and then try it! - export BROWSER_LABEL=phantomjs + export BROWSER=phantomjs bundle exec cucumber features/prefix.feature Or in parallel: - export BROWSER_LABEL=phantomjs + export BROWSER=phantomjs bundle exec parallel_cucumber -n5 features -- To view, visit https://gerrit.wikimedia.org/r/114743 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b95626adbe6ce0be20f3bb2ec2ba188c8f9b17e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CirrusSearch Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Manybubbles <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
