Back to Browse

Setup Selenium Grid 4 by using docker compose file || Run multiple Test Cases simultaneously

6.3K views
Nov 1, 2021
25:31

▶️ Lets learn how to setup Selenium Grid 4 using docker compose yml file to Run Hub & Node services with environment configuration through the docker compose and how to scale containers. We can run multiple tests simultaneously on Chrome , Edge, Firefox. ▶️ First Docker Desktop should be installed on your system and then we can run docker commands for pulling the docker images and then we will run the containers. ⚡️ 1] Pull Images [ Selenium Hub- selenium/hub:4.0.0-rc-2-20210930, node-firefox:4.0.0-rc-2-20210930 and node-edge:4.0.0-rc-2-20210930 ] ⚡️ 2] Create docker compose yml file, add all the details of different services and their configuration. ⚡️ 3] Run that docker compose yml file ⚡️ 4] You can expose the port for external connectivity and monitor flow by connecting nodes through the VNC Viewer. ⚡️ 5] You can map 7900 port of docker container to a random port of the host machine to access noVNC service from browser from the Host machine itself. ✅ Selenium Grid With Docker:== https://www.youtube.com/playlist?list=PLlc_LrU50tliN8PZ7Xk41NwrnelPHchSk ====================================== ****************AJ AUTOMATION************** ====================================== 🔔 Learn automation from basic !! 🔔 ✅ Let's Learn the Concept in 5 To 10 Mins := https://www.youtube.com/playlist?list=PLlc_LrU50tljSA5wcIpKSYRDrGX3iLQQQ ✅ Selenium series videos Playlist := https://www.youtube.com/playlist?list=PLlc_LrU50tliMZrnSa0a9geljzCijPDfq ✅ Maven Tool videos playlist := https://www.youtube.com/playlist?list=PLlc_LrU50tlgWOrybr-Ppffg6T_1cXeUb ✅ Selenium WebDriver Exceptions Playlist := https://www.youtube.com/playlist?list=PLlc_LrU50tlisWfvF3qXmFTaTKDYkib_p ✅ Selenium Grid With Docker:== https://www.youtube.com/playlist?list=PLlc_LrU50tliN8PZ7Xk41NwrnelPHchSk ✅ Upload and Download Files in Selenium := https://www.youtube.com/playlist?list=PLlc_LrU50tlhD9ezHt9O-mlWjiu3XyS3U ✅ Excel and CSV files operations := https://www.youtube.com/playlist?list=PLlc_LrU50tlifVlnHI4ph5XuY1_pNusBy ✅ Java Language Concepts := https://youtube.com/playlist?list=PLlc_LrU50tliq2RV-1Yhr2IjJ5RqXCQjU ✅TestNG Framework Videos:= https://www.youtube.com/watch?v=-KEg20O6Mxs&list=PLlc_LrU50tlgMVcdTBSZXt34JavaOEY8G ✅ Become Master in Xpath:= https://www.youtube.com/watch?v=Wv1hHLhtnzw&list=PLlc_LrU50tlhzCzcfnY2S2vXnkFWorlT- ✅ Protractor series videos playlist := https://www.youtube.com/playlist?list=PLlc_LrU50tlim53VdVwAmCnBr8M2x38y8 ✅ Recent Uploads := https://youtube.com/playlist?list=PLlc_LrU50tljOnB-LUofJpBkeSMskcQVd ✅ GitHub Repo:= https://github.com/ajautomation ⚡️ Thanks for your support !! ⚡️ ====================================== **************** Thanks for watching !!************** ====================================== ⚡️ Keep Learning...Keep Sharing...Keep Growing. ⚡️ #LearnSeleniumInEasyWay #SeleniumWebDriver

Download

0 formats

No download links available.

Setup Selenium Grid 4 by using docker compose file || Run multiple Test Cases simultaneously | NatokHD