Selenium Grid has made the test automation execution much faster and smarter. The excessive usage of selenium grid has its own hitches like too much of system resource utilization, all browsers to be installed on the system etc.
With the introduction of docker images for selenium, made the life of testers lot easier. Out of multiple ways to bring up selenium grid with docker, I would choose the simple & quick way to bring up using docker-compose.
Pre-requisite: Docker desktop for windows is installed.
Steps to bring up Selenium Grid:
- Pull required version of selenium hub and nodes using the command "docker pull" as below
docker pull selenium/node-chrome-debug:3.141.59