|
|
Line 2: |
Line 2: |
|
| |
|
| === moz-grid-config === | | === moz-grid-config === |
| * moz-grid-config is our project for managing the Selenium Grid hub, nodes and configuration of them. It packages it all together so that starting the grid is simple a matter of running 'ant launch-hub' or 'ant launch-node'.
| | moz-grid-config is a project for managing our Selenium infrastructure. It includes the latest version of Selenium that we're using, and a mechanism for starting the hub/nodes. You can find documentation on moz-grid-config at the [https://github.com/mozilla/moz-grid-config github project page]. |
| | |
| * moz-grid-config requires Git for checking out the project and Apache ant and Java for running the grid and nodes.
| |
| | |
| * moz-grid-config is configured for Mozilla's architecture but it can be used locally by changing the hub.host and node.configuration in default.properties to represent your local settings. You may also need to change the path to your browser binaries in the json files.
| |
| | |
| * [https://github.com/mozilla/moz-grid-config moz-grid-config]
| |
|
| |
|
| === Starting the Hub === | | === Starting the Hub === |