diff options
author | addshore <addshorewiki@gmail.com> | 2018-01-13 11:52:26 +0000 |
---|---|---|
committer | Hashar <hashar@free.fr> | 2018-01-15 10:03:00 +0000 |
commit | cff382d6051be6b98dce35447ac68ec8da1ca278 (patch) | |
tree | 21970e4cb60f0cdca34630c9eaca1ea844958066 /tests/selenium | |
parent | 189efbcb53e68acd8f360a67b0395d1742732bcb (diff) | |
download | mediawikicore-cff382d6051be6b98dce35447ac68ec8da1ca278.tar.gz mediawikicore-cff382d6051be6b98dce35447ac68ec8da1ca278.zip |
Selenium README note about --url-base on Windows
For me /wd/hub doesnt work and wd/hub must be used
Change-Id: Ic61d516b53c95b0d1351bcda7308870f5fc5171c
Diffstat (limited to 'tests/selenium')
-rw-r--r-- | tests/selenium/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/selenium/README.md b/tests/selenium/README.md index c895a4225a40..6fad6febfe8e 100644 --- a/tests/selenium/README.md +++ b/tests/selenium/README.md @@ -25,6 +25,8 @@ To run only one file (for example page.js), you first need to spawn the chromedr chromedriver --url-base=/wd/hub --port=4444 +Note: On Windows you may need to use "--url-base=wd/hub" + Then in another terminal: cd tests/selenium |