QA/Execution/Web Testing/Automation/Selenium Grid: Difference between revisions

Line 4: Line 4:
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 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].


=== Starting the Hub ===
=== Starting the hub ===
* VNC into or use Screen, and go on qa-selenium.mv.mozilla.com,  
First, connect to qa-selenium.mv.mozilla.com. Then from a terminal (you can use SSH, VNC, or Screen):
* start a screen session -> screen -S selenium_grid_hub
 
* cd moz-grid-config
    cd ~/moz-grid-config
* start the hub -> ant launch-hub
    ant launch-hub


=== Starting Selenium node ===
=== Starting Selenium node ===
Confirmed users
2,177

edits