selenium-grid-howto

Running a Selenium grid with Firefox and Chrome browsers and drivers in 5 minutes.

Using

# Start grid with 1 node each
$ docker-compose up -d

# Start grid with 15 nodes each
$ docker-compose scale chrome=15 firefox=15

# Stop grid
$ docker-compose down

Links