htmlsuite

How to run Selenium 2.0 RC -htmlSuite with WebDriver?

I tried Selenium 2.0 (documentation says it's using WebDriver) as so: java -jar selenium-server-standalone-2.0a1.jar -htmlSuite "*firefox" ... but it seems that the WebDriver backend isn't used (especially since I haven't installed any Firefox plugin)? All Selenium 2.0 documentation uses Java interface, but it seems that using HTML su...

selenium result formatted and sent as email

I am using selenium Rc to test some websites and the results are generated.I mostly use -htmlSuite.My concern is i have scheduled it in windows scheduler using batch file,my results has to be formatted like the test case -passed this one failed and sent through mail ,a html mail with this journey passed this failed would be better.Sugges...