Top Categories
Zalenium | How to Run Selenium Grid with Zalenium in Docker container
- Category: Information Technology
- Sub Category: Selenium Testing
Selenium Grid: https://youtu.be/ewUI1p-tZ64
Docker with Selenium Grid: https://youtu.be/f9gJ1Th3Dho
Docker commands
---------------------
1) Check docker version & Status:
docker version
2) Check available docker imges
docker images
3) Check available containers
docker ps
4) Removes all the stop
Selenium Grid: https://youtu.be/ewUI1p-tZ64
Docker with Selenium Grid: https://youtu.be/f9gJ1Th3Dho
Docker commands
---------------------
1) Check docker version & Status:
docker version
2) Check available docker imges
docker images
3) Check available containers
docker ps
4) Removes all the stopped containers
docker system prune -f
5) Delete available docker imges
docker rmi image ID
6 docker start
docker start container id
7)docker stop
docker stop container id
###################################################################
Zalenium Setup
------------------------------
1) If Zelenium images not downloaded earliar then start download using below commands
docker pull elgalu/selenium
docker pull dosel/zalenium
2) Starting Zalenium
-------------
docker run --rm -ti --name zalenium -p 4444:4444 -v /var/run/docker.sock:/var/run/docker.sock -v /c/Users/admin/temp/videos:/Users/admin/temp/videos --privileged dosel/zalenium start
3) Stopping Zalenium
----------------
docker stop zalenium
URL's:
Grid Console: http://localhost:4444/grid/console
Live view: http://localhost:4444/grid/admin/live
Live view(Refreshing Page): http://localhost:4444/grid/admin/live?refresh=20
Dashboard: http://localhost:4444/dashboard
###################################################################
Web Site: https://www.pavanonlinetrainings.com
Software Testing Blog: http://www.pavantestingtools.com/
YouTube Channel : https://www.youtube.com/pavanoltraining
Like us in Facebook :
https://www.facebook.com/pavanoltraining/
https://www.facebook.com/seleniumtestingpoint
https://www.facebook.com/groups/pavantestingtools
Twitter: https://twitter.com/pavanmeher
SlideShare: https://www.slideshare.net/pavan5780