aboutsummaryrefslogtreecommitdiffstats
path: root/tests/selenium/README.md
diff options
context:
space:
mode:
authorŽeljko Filipin <zeljko.filipin@gmail.com>2018-02-21 12:28:49 +0100
committerŽeljko Filipin <zeljko.filipin@gmail.com>2018-02-21 12:28:49 +0100
commit30ebe529c031f1f00ae678f8d1cc8dc406130d53 (patch)
tree5752ae83cfa0c033ad6f3e37c21cd86356e84c92 /tests/selenium/README.md
parenta63770525dca7e271719d8f00ce0e2ced226c411 (diff)
downloadmediawikicore-30ebe529c031f1f00ae678f8d1cc8dc406130d53.tar.gz
mediawikicore-30ebe529c031f1f00ae678f8d1cc8dc406130d53.zip
Update README file for Selenium tests
Bug: T187862 Change-Id: Iadd41307a48a1b50f64a495e7efcee3b88d0ff68
Diffstat (limited to 'tests/selenium/README.md')
-rw-r--r--tests/selenium/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/selenium/README.md b/tests/selenium/README.md
index 16283772a015..2dbf27140a49 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: