When running Selenium tests, use `wd/hub`
authorŽeljko Filipin <zeljko.filipin@gmail.com>
Tue, 16 Jan 2018 17:40:27 +0000 (18:40 +0100)
committerŽeljko Filipin <zeljko.filipin@gmail.com>
Tue, 16 Jan 2018 17:40:33 +0000 (18:40 +0100)
It works both on Mac and Windows. I am assuming it works on Linux too.

Bug: T182421
Change-Id: I85a9e7dbd9a66418c85585969adb5ac1548f5ef6

tests/selenium/README.md

index 6fad6fe..1628377 100644 (file)
@@ -23,9 +23,7 @@ Set up MediaWiki-Vagrant:
 
 To run only one file (for example page.js), you first need to spawn the chromedriver:
 
-    chromedriver --url-base=/wd/hub --port=4444
-
-Note: On Windows you may need to use "--url-base=wd/hub"
+    chromedriver --url-base=wd/hub --port=4444
 
 Then in another terminal: