Confirmed users
9,511
edits
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
# From the command line, CD into the selenium-server folder (something like ~/Desktop/selenium-remote-control-1.0-SNAPSHOT/selenium-server-1.0-SNAPSHOT), and issue: | # From the command line, CD into the selenium-server folder (something like ~/Desktop/selenium-remote-control-1.0-SNAPSHOT/selenium-server-1.0-SNAPSHOT), and issue: | ||
#* java -jar selenium-server.jar -htmlSuite "*firefox" "https://preview.addons.mozilla.org" [1 -- just a footnote, don't enter me!] "/Users/stephend/Desktop/selenium-remote-control-1.0-SNAPSHOT/htmlSuite/testSuite.html" "/Users/stephend/Desktop/results.html" (substituting, of course, the folder name of your RC version and path/to/tests and path/to/results.html) | #* java -jar selenium-server.jar -htmlSuite "*firefox" "https://preview.addons.mozilla.org" [1 -- just a footnote, don't enter me!] "/Users/stephend/Desktop/selenium-remote-control-1.0-SNAPSHOT/htmlSuite/testSuite.html" "/Users/stephend/Desktop/results.html" (substituting, of course, the folder name of your RC version and path/to/tests and path/to/results.html) | ||
# If all goes, well, your first testcase will begin running; when it's finished, it'll run the next testcase, and once that's completed, it'll quit Firefox and write out |results.html| | # If all goes, well, your first testcase will begin running; when it's finished, it'll run the next testcase, and once that's completed, it'll quit Firefox and write out |results.html| -- sample results.html | ||
[1] This is the base URL, and what your test scripts will key off of | [1] This is the base URL, and what your test scripts will key off of | ||
== Testcases I'm working on == | |||
[Search http://people.mozilla.com/~sdonner/selenium/search.html] | |||
[General http://people.mozilla.com/~sdonner/selenium/amo-selenium.html] | |||
== Sounds great and all, but what does this do for / how does this help AMO? == | == Sounds great and all, but what does this do for / how does this help AMO? == |