Zfilipin has submitted this change and it was merged. Change subject: README update for Windows environment ......................................................................
README update for Windows environment Bug: 51041 Change-Id: I87cbc4e3074e0fd05035a89e38ce06518d5cc4db --- M README.md 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Zfilipin: Looks good to me, approved jenkins-bot: Verified diff --git a/README.md b/README.md index 70d2e92..d92acab 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Environment To run the Selenium tests you will have to install Ruby. Look at the `.ruby-version` file for the exact required version. You also have to install the latest versions of RubyGems and Firefox (the default browser in which the tests run). The easiest way to install Ruby on Linux/Unix is [RVM](https://rvm.io/) and on Windows [RubyInstaller](http://rubyinstaller.org/). +ALERT: On Windows you must use Ruby 1.9.3 for now because cucumber/gherkin library currently doesn't work with Ruby 2.x.x. Clone the repository, `cd` into it, update RubyGems and install the required RubyGems: -- To view, visit https://gerrit.wikimedia.org/r/75528 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I87cbc4e3074e0fd05035a89e38ce06518d5cc4db Gerrit-PatchSet: 2 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Plavi <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
