Zalenium - Bug Reaper

                  Bug Reaper

Lean about Automation Testing,Selenium WebDriver,RestAssured,Appium,Jenkins,JAVA,API Automation,TestNG,Maven, Rest API, SOAP API,Linux,Maven,Security Testing,Interview Questions

Sunday 16 June 2019

Zalenium


Zalenium
What is Zalenium

Zalenium is a flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.

This 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

Pull docker-selenium
  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





Now Run the Automation Framework enabled with Grid Setup

See How Test case Run looks like in Dashboard



See how Test Execution Video and Logs look like

No comments:

Post a Comment