From 30ebe529c031f1f00ae678f8d1cc8dc406130d53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=BDeljko=20Filipin?= Date: Wed, 21 Feb 2018 12:28:49 +0100 Subject: [PATCH] Update README file for Selenium tests Bug: T187862 Change-Id: Iadd41307a48a1b50f64a495e7efcee3b88d0ff68 --- tests/selenium/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/selenium/README.md b/tests/selenium/README.md index 16283772a0..2dbf27140a 100644 --- a/tests/selenium/README.md +++ b/tests/selenium/README.md @@ -37,14 +37,14 @@ To run only one test (name contains string 'preferences'): The runner reads the config file `wdio.conf.js` and runs the spec listed in `page.js`. -The defaults in the configuration files aim are targetting a MediaWiki-Vagrant -installation on installation on http://127.0.0.1:8080 with a user Admin and -password 'vagrant'. Those settings can be overriden using environment +The defaults in the configuration files aim are targeting a MediaWiki-Vagrant +installation on http://127.0.0.1:8080 with a user Admin and +password 'vagrant'. Those settings can be overridden using environment variables: `MW_SERVER`: to be set to the value of your $wgServer -`MW_SCRIPT_PATH`: ditto with $wgScriptPath -`MEDIAWIKI_USER`: username of an account that can create users on the wiki. +`MW_SCRIPT_PATH`: ditto with $wgScriptPath +`MEDIAWIKI_USER`: username of an account that can create users on the wiki `MEDIAWIKI_PASSWORD`: password for above user Example: -- 2.20.1