Update README file for Selenium tests
authorŽeljko Filipin <zeljko.filipin@gmail.com>
Wed, 21 Feb 2018 11:28:49 +0000 (12:28 +0100)
committerŽeljko Filipin <zeljko.filipin@gmail.com>
Wed, 21 Feb 2018 11:28:49 +0000 (12:28 +0100)
Bug: T187862
Change-Id: Iadd41307a48a1b50f64a495e7efcee3b88d0ff68

tests/selenium/README.md

index 1628377..2dbf271 100644 (file)
@@ -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: