https://github.com/bbmoz/selenium-grid-cc
https://github.com/bbmoz/selenium-grid-cc
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbmoz/selenium-grid-cc
- Owner: bbmoz
- License: mit
- Created: 2017-03-26T21:00:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T21:03:49.000Z (about 9 years ago)
- Last Synced: 2025-06-08T00:48:44.314Z (about 1 year ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selenium Grid CC
> Spin up your own selenium grid on a docker container with minimal configuration.
## Tasks
1. `make start` or `make` to start the grid with a hub, one chrome node, and one firefox node.
1. `make scale nodes=` to scale the number of nodes for each browser (default is 1).
## Misc
1. `http://localhost:4444/grid/console` to see your nodes.
1. `docker logs selenium-hub` to see hub logs. To tail, use `-f`.
## Config
1. You can override the default values passed to the environment variables in the *docker-compose.yml* file. Or,
1. You can modify the *.envrc* file directly.
1. To add different browser nodes, follow the docker-compose config for *selenium-chrome* or *selenium-firefox*.
## Local
To use your selenium grid, reference the grid url `http://localhost:4444/wd/hub` with your test runner.