Run selenium tests parallel in standalone docker containers using docker-compose file
In one of our post, we have discussed why to use docker containers to test or build something. Selenium has a project called docker-selenium, which provides the out of box docker containers with Java and browser installed, makes it easy to setup and run the tests. Selenium has 2 different types of docker containers –…