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

Jump to navigation Jump to search
Line 15: Line 15:
     cd ~/moz-grid-config
     cd ~/moz-grid-config
     ant launch-node
     ant launch-node
=== Registering mobile devices ===
There is a cron job that runs every hour on qa-selenium.mv.mozilla.com to register the known devices. The contents of the crontab is below. This can be created or edited using <code>crontab -e</code> from a terminal.
    MAILTO=""
    @hourly  /Users/webqa/moz-grid-config/flynnid.sh
After restarting the Selenium Grid hub you may wish to manually register the known devices. You can do this from anyway as long as you:
* Are on the VPN.
* Have [http://pypi.python.org/pypi/FlynnID FlynnID] installed.
* Have cloned [https://github.com/mozilla/moz-grid-config moz-grid-config].
To manually register the known devices execute the following from a terminal:
    cd ~/moz-grid-config
    flynnid flynnid.json
If you wish to register other devices you will need to create a configuration file to describe them.


=== Shutdown ===
=== Shutdown ===
Confirmed users
2,197

edits

Navigation menu