Did anyone run Selenium-Grid on CloudFoundry with routing provided by Gorouter?
According to the "Selenium-Grid Documentation" we can pass the hub address to a node instance like that:
java -jar selenium-server-standalone.jar \
-role node \
-hub http://myhub.cf/grid/register
but this node registers yourself with the local address and port.
I have already found a solution to my problem (Selenium v3.14.0).
Local test based on
selenium-server-standalone
Hub
Node
CloudFoundry manifests based on docker
https://hub.docker.com/u/selenium/
Hub
Nodes