According to the codeception's documentation, you can run tests in Chrome Browser by connecting to the ChromeDriver directly without using Selenium Server.
You first need to install ChromeDriver and then launch it by running the command chromedriver --url-base=/wd/hub
.
What is the purpose of --url-base=/wd/hub
? Can't find it anywhere.
UPDATE
In the ChromeDriver - WebDriver for Chrome documentation, wd/hub
is mentioned under the FAQ section without any explanation of what that is.