Alan Baird wrote:
> Bret - 
>
> I'm looking into this.  I see all of the plugins for Selenium and I'm 
> expecting to see something like, Plugin for Ruby Test::Unit or Rspec.  
>
> Ultimately, Hudson has to be able to understand my test results.  Is it a 
> plugin that accomplishes that or do my tests need to emit XML?  If it's XML, 
> how do you do that?
>   
We use ci-reporter to emit xml. This works with either Test::Unit or 
Rspec (or Rasta).

Then we use this action in Hudson to pull in the results:
* Publish JUnit test result report

This works fine with the XML that ci-reporter generates.

Bret


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to