Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 411 Bytes

File metadata and controls

16 lines (9 loc) · 411 Bytes

Chrome node for Selenium

This image provides a way to run Selenium Grid, based on the official hub image.

## Usage

docker run -d -p 4444:4444 --name selenium-hub qualiboo/testing-hub
docker run -d --link qualiboo/testing-hub qualiboo/testing-node-chrome

## Author

Jean-François Lépine <www.qualiboo.com>

## License

See the LICENSE file.