Selenium Grid using Zalenium

Selenium Grid using Zalenium
Zalenium is a flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard. To setup Zalenium, follow the following steps.
  • Prerequisite: Docker is pre-installed.
  • Pull Docker Images: Pull the elgalu selenium and zalenium docker images.
  • docker pull elgalu/selenium
        docker pull dosel/zalenium
  • Run Zalenium: Start zalenium using the command
  • docker run --rm -ti --name zalenium -p 4444:4444 -v /var/run/docker.sock:/var/run/docker.sock -v /tmp/videos:/home/nishant/videos --privileged dosel/zalenium start
  • Stop Zalenium: To stop zalenium run the command
  • docker stop zalenium




Comments

Popular posts from this blog

Get rid of "Timed out receiving message from renderer"

Setup Selenium Grid using Kubernetes

Launching Selenium Grid and Registering a Web Node