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

Line 10: Line 10:
     ant launch-hub
     ant launch-hub


=== Starting nodes ===
=== Starting Mac OS X nodes ===
Connect to the appropriate machine, and execute the following from a terminal (you can use SSH or VNC):
Connect to the appropriate machine, and execute the following from a terminal (you can use SSH or VNC):


     cd ~/moz-grid-config
     cd ~/moz-grid-config
     ant launch-node
     ant launch-node
=== Starting the Windows nodes ===
We use the [http://msysgit.github.io msysgit] tool on Windows.Start the MsysGit tool on the desktop  and run the following commands
    cd ~/moz-grid-config
    ant -autoproxy launch-node
We need the ```-autoproxy``` helper becuase the the SCL3 nodes run through a proxy.


=== Shutdown ===
=== Shutdown ===
657

edits