Quick start guide
To use Go Grid Router do the following:
-
Install Docker to host.
-
Create configuration directory:
Terminal window mkdir -p /etc/grid-router/quota -
Create
users.htpasswdfile:Terminal window htpasswd -bc /etc/grid-router/users.htpasswd test test-password -
Start WebSummoner on host
websummoner.example.comand port4444. -
Create quota file (use correct browser name and version):
/etc/grid-router/quota/test.xml <qa:browsers xmlns:qa="urn:config.gridrouter.qatools.ru"><browser name="firefox" defaultVersion="88.0"><version number="88.0"><region name="1"><host name="websummoner.example.com" port="4444" count="1"/></region></version></browser></qa:browsers> -
Start Ggr container:
Terminal window docker run -d --name \ggr -v /etc/grid-router/:/etc/grid-router:ro \--net host websummoner/ggr:latest-release -
Access Ggr on port 4444 in the same way you do for Selenium Hub but using the following url:
http://test:test-password@localhost:4444/wd/hub