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.
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
- Access Selenium Hub: Access the selenium hub at http://localhost:4444/grid/console
- Access Selenium Grid Live View: Access the selenium grid live view at http://localhost:4444/grid/admin/live
Comments
Post a Comment