From d4080470d3d454688a3a2ff0820234760f560c24 Mon Sep 17 00:00:00 2001 From: pratik101agrawal <72143901+pratik101agrawal@users.noreply.github.com> Date: Thu, 1 Oct 2020 01:10:29 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73a90b6..94717df 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ To run the Selenium tests you will have to install Ruby (look at `.rvmrc` file f Update RubyGems and install the required RubyGems: - cd browsertests - gem update --system - gem install bundler - bundle install + * cd browsertests + * gem update --system + * gem install bundler + * bundle install You will need a file with credentials located at `/private/wmf/secret.yml`. For local testing, create a user named `Selenium_user` on your local wiki and record the password in this file as - mediawiki_password: password here + mediawiki_password: "password here" Run the tests with `bundle exec rake`, this should start Firefox. The test run creates an HTML report in `reports/` and an XML report (for Jenkins) in `reports/junit`.