We want to save our cost by reducing the no. of VMs used to execute the UI tests. We want to verify on different OS browser combination.
One of the possible solution we came up is docker but i couldn’t find a way to execute our tests in Docker so that it emulates as if we are running tests on a VM(Linux) browser combination.
Can this be achieved using docker?
I tried spinning a Ubuntu container and configure it with Chrome and Selenium-hub, but i am not sure how i can pass the hub Url in my code.
Vivek Bisht is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.