Awesome. I'll check it out and report my findings back to the list.
Alan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bret Pettichord Sent: Thursday, October 15, 2009 12:59 PM To: [email protected] Subject: [wtr-general] Hudson, was Re: Dwatir - Can this help running watir tests on remote machines? 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 [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
