I use Hudson.
has a ruby and rake plugin.
I use custom workspace for all jobs. The test code does not need to be
checked out ever time.
jobs triggered by rake tasks calling ci_reporter as dependency (the
Test::Unit version)
and task body just calls TestRunner.run TestCaseName
TestCases are Watir::TestCase classes but each method is a collection
of examples using Rspec matchers instead of assertions
Hudson post-job collects the xml from "test/results/*.xml" generated b
ci_reporter

Ease and Joy (for now)
my next step is to actually convert to Rspec ExampleGroups instead of TestCase
And then covert ci_reporter to use rspec instead of testunit,
should be painless but takes time
I have about 6 hours of tests (all the slow ones included)
about 20 jobs.
And few jobs that are triggers

I juse buildWithParameters options so I can pass some ENV variables into Hudson
that's about it


marekj

Watirloo: Semantic Page Objects in UseCases
http://github.com/marekj/watirloo/




On Thu, Jul 9, 2009 at 12:58 PM, Dylan<mej...@gmail.com> wrote:
>
> Does anyone know of a good tutorial/step-by-step instructions for how
> to integrate watir/ruby into a cruise control build cycle. I have 1
> xml output file (from ci_reporter) and I want my script to run after
> the build and then integrate the xml results into the cruise control
> output. Thanks!
>
>
> -Dylan
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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