jenkins-bot has submitted this change and it was merged. Change subject: Update Cucumber README ......................................................................
Update Cucumber README Change-Id: Ibc61f7a64a3b345e6b10dce1ec54fd8a665d8324 --- M tests/browser/README 1 file changed, 15 insertions(+), 1 deletion(-) Approvals: Dr0ptp4kt: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/browser/README b/tests/browser/README index 7c695b1..1b4c6d5 100644 --- a/tests/browser/README +++ b/tests/browser/README @@ -1,6 +1,20 @@ The Cucumber scripts run daily. To get this going, run the BASH scripts, and setup your ~/.zero/ directory, then get the following -into your crontab with crontab -e. +into your crontab with crontab -e with the stuff below. + +On Mac OS X, you will want XQuartz to squash warnings. + +On Linux, you'll want to install xfvb and firefox with apt-get. +Then you'll want to install RVM using the official website +instructions. After installing RVM, you'll want to go into the +ZeroPortal directory and install the required level of Ruby using +rvm, then you'll want to install the bundler gem: + +bundle install gem + +Finally, you'll want to run bundle install to get the other gems. + +bundle install # Daily: 30 14 * * * /home/user/ZeroPortal/tests/browser/cucumber_anon_prod.bash &>/dev/null -- To view, visit https://gerrit.wikimedia.org/r/174053 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibc61f7a64a3b345e6b10dce1ec54fd8a665d8324 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ZeroPortal Gerrit-Branch: master Gerrit-Owner: Dr0ptp4kt <[email protected]> Gerrit-Reviewer: Dr0ptp4kt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
