selenium RC using .bat file - how to add multiple suites that output to one result file

35 views
Skip to first unread message

asap91

unread,
May 13, 2011, 5:58:36 PM5/13/11
to Selenium Users
My batch file:
java -jar "c:\server\selenium-server-standalone-2.0b3.jar" -htmlSuite
"*firefox" " https://somesite.com" "c:\SUITE_test1.html" "c:\Results
\results.html"

I'd like to run several suites back to back so that I have one big
results.html file that has all the suites run info instead of one
result file for each suite. Is there a way to do this?

I tried:
java -jar "c:\server\selenium-server-standalone-2.0b3.jar" -htmlSuite
"*firefox" " https://somesite.com" "c:\SUITE_test1.html", "c:
\SUITE_test2.html", "c:\SUITE_test3.html" "c:\Results\results.html"

Thanks
Reply all
Reply to author
Forward
0 new messages