Selenium-grid along with Firefox, Chrome and Edge (with webdrivers) and dotnet.
243
This image has Selenium grid, and Firefox, Chrome and Edge "nodes" all in one image.
The image also has a dotnet development environment for developing tests.
To run:
docker run --name seleniumauto -d -p 4443:4443 -v <pathtodotnetcode>:/opt/qa:rw" ramb0/selenium-grid
To run with environmental variable in a file:
docker run --name seleniumauto -d -p 4443:4443 -v <pathtodotnetcode>:/opt/qa:rw" --env-file <pathtofile> ramb0/selenium-grid
Then log into the running container to build and test:
docker exec -it seleniumtest /bin/bash dotnet test dotnet test ....
To view Selenium grid sessions navigate to:
Content type
Image
Digest
sha256:4507a17c1…
Size
1.5 GB
Last updated
almost 3 years ago
docker pull ramb0/selenium-grid