[wtr-general] Re: Watir + Cruise Control

2009-07-13 Thread Dylan
Thanks everybody! I think I have a handle on how I'm going to set this up now. I really appreciate the help! -Dylan On Jul 12, 10:22 pm, pallavi shashidhar pals.sha...@gmail.com wrote: Hi there, We have used cruise control to run our test suites. We have structured our test scripts with

[wtr-general] Re: Watir + Cruise Control

2009-07-12 Thread Zhimin
http://www.itest2.com/articles/2009/03/22/setup-continuous-build-server-to-include-acceptance-tests/ It uses ci_reporter as well. Zhimin http://www.itest2.com On Jul 10, 3:58 am, Dylan mej...@gmail.com wrote: Does anyone know of a good tutorial/step-by-step instructions for how to integrate

[wtr-general] Re: Watir + Cruise Control

2009-07-12 Thread pallavi shashidhar
Hi there, We have used cruise control to run our test suites. We have structured our test scripts with certain conventions. 1) We have an ERP suite which has different watir scripts for different projects. each set is developed and maintained by different testers. 2) All of us follow this. - we

[wtr-general] Re: Watir + Cruise Control

2009-07-10 Thread Željko Filipin
Marek, I started playing with Hudson recently. I was able to set it up and call my build script. I am still reading the documentation on how to make it all work nicely. If you have the time to share with us how you set it up to build the app and run tests, that would be very nice. Željko --

[wtr-general] Re: Watir + Cruise Control

2009-07-10 Thread Dylan
Thank you for the response. Unfortunately, we are already pretty well entrenched with Cruise Control here and aren't really looking to change to a new system. -Dylan On Jul 9, 5:03 pm, marekj marekj@gmail.com wrote: I use Hudson. has a ruby and rake plugin. I use custom workspace for all

[wtr-general] Re: Watir + Cruise Control

2009-07-10 Thread Chuck van der Linden
On Jul 9, 10:58 am, 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

[wtr-general] Re: Watir + Cruise Control

2009-07-09 Thread marekj
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