From: addshore Date: Sat, 13 Jan 2018 11:52:26 +0000 (+0000) Subject: Selenium README note about --url-base on Windows X-Git-Tag: 1.31.0-rc.0~905 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=cff382d6051be6b98dce35447ac68ec8da1ca278;p=lhc%2Fweb%2Fwiklou.git Selenium README note about --url-base on Windows For me /wd/hub doesnt work and wd/hub must be used Change-Id: Ic61d516b53c95b0d1351bcda7308870f5fc5171c --- diff --git a/tests/selenium/README.md b/tests/selenium/README.md index c895a4225a..6fad6febfe 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