Skip to content

Instantly share code, notes, and snippets.

@meddulla
Created March 23, 2010 11:18
Show Gist options
  • Save meddulla/341069 to your computer and use it in GitHub Desktop.
Save meddulla/341069 to your computer and use it in GitHub Desktop.
# see http://www.theautomatedtester.co.uk/seleniumtraining/selenium_rc_setup.htm
# java -jar selenium-server.jar -htmlSuite *firefox <start URL> <name of the file you load into the IDE> <file you want to save the results in>
java -jar selenium-server.jar -htmlsuite *firefox http://www.theautomatedtester.co.uk /Applications/MAMP/htdocs/selenium-remote-control-1/examples/testsuite/testsuite.html /Applications/MAMP/htdocs/selenium-remote-control-1/examples/testsuite/results.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment