Selenium Grid on Docker and Vagrant: Part 2

2016-07-10 11 min read Longer Tales SQA
Last time we got Vagrant configured to run a single VM with three docker containers: a Selenium Grid hub, a Chrome node, and a Firefox node. This is a good start, but I wanted to configure a Selendroid node to round out the browser selection. That’s when things got a little… messy. So upon investigation into how the Docker images I was already using were constructed, I discovered a few key points: Continue reading