Zalenium
What is ZaleniumThis is a Selenium Grid extension to scale your local grid dynamically with docker containers. It uses docker-selenium to run your tests in Firefox and Chrome locally
To Setup Zalenium follow below Steps
docker pull elgalu/selenium
# Pull Zalenium
docker pull dosel/zalenium
docker run --rm -ti --name zalenium -p 4444:4444 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /tmp/videos:/home/seluser/videos \
--privileged dosel/zalenium start
Find Ip of machine
Go To
http://192.168.99.101:4444/grid/console
To go to Dashboard Go to following URL
http://192.168.99.101:4444/dashboard/
Admin Live Portal to see VNC video
This is how Zalenium Setup Looks Like
http://192.168.99.101:4444/grid/admin/live
See How Test case Run looks like in Dashboard
See how Test Execution Video and Logs look like
No comments:
Post a Comment