Sign inSign up

ramb0/selenium-grid

By ramb0

Updated almost 3 years ago

Selenium-grid along with Firefox, Chrome and Edge (with webdrivers) and dotnet.

Image
0

243

ramb0/selenium-grid repository overview

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:

http://localhost:4444/ui#/sessions

Tag summary

Content type

Image

Digest

sha256:4507a17c1

Size

1.5 GB

Last updated

almost 3 years ago

docker pull ramb0/selenium-grid