Created
February 3, 2014 00:57
-
-
Save rixrix/8777426 to your computer and use it in GitHub Desktop.
A horribly simple and working command line for launching Selenium + Firefox in Centos 6.4 . This command works for me as is
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java -jar selenium-server-standalone-2.39.0.jar -htmlSuite "*firefox /usr/lib64/firefox/firefox-bin" "http://somedomain.com" "/path/to/TestSuite.html" "/path/to/test/results.html" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment