From: Ċ½eljko Filipin Date: Wed, 21 Feb 2018 11:28:49 +0000 (+0100) Subject: Update README file for Selenium tests X-Git-Tag: 1.31.0-rc.0~551^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=30ebe529c031f1f00ae678f8d1cc8dc406130d53;p=lhc%2Fweb%2Fwiklou.git Update README file for Selenium tests Bug: T187862 Change-Id: Iadd41307a48a1b50f64a495e7efcee3b88d0ff68 --- 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: