Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 977 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 977 Bytes

Guide to use Docker to create a Selenium test enviroment and to run tests on it

Contents

Docker services

selenium-*

Docker service that manage the a specific web browser.

selenium-*-video

Docker service that record the tests runned with that specific web browser.

selenium-hub

Docker service that responsibe for parallelization and the interconnection of the web browsers.

Files

.env

This file provides the enviroment variables to a Selenium node.

wait_grid.sh

This file provides the Shell script to run commands after the Selenium Grid is ready.

How to see test results

To access to the Selenium Grid and see the test results, go to 172.150.0.2:4444.