Actually, I already have on of them, and it's kind of clunky (I built it on rails). But if somebody's already coded something like that for Hudson, I'd rather maintain theirs. :)
Alan ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Nathan Lane Sent: Wednesday, October 14, 2009 2:59 PM To: [email protected] Subject: [wtr-general] Re: Dwatir - Can this help running watir tests on remote machines? In the past I had created a framework for just such a case. The framework is somewhat klunky, but the idea is that you have Ruby, Watir, and a test agent running on the remote machines, and then you have a master machine from which you tell the remote agents to run test x. I stored all of my tests as Globs in a database, so that I can update them on the fly, but the system itself is relatively simple. You could build one. On Wed, Oct 14, 2009 at 1:52 PM, Alan Baird <[email protected]<mailto:[email protected]>> wrote: Bret - Can you use Hudson to distribute tests on command (as opposed to in conjunction with some sort of build event)? If so, I would be really interested in how you do that. Alan -----Original Message----- From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of Bret Pettichord Sent: Wednesday, October 14, 2009 1:50 PM To: [email protected]<mailto:[email protected]> Subject: [wtr-general] Re: Dwatir - Can this help running watir tests on remote machines? We use hudson to run our tests on multiple machines. It automatically distributes tests to an unused machine. http://hudson-ci.org/ Guy wrote: > Hi All, > > Is there a way to run watir tests on remote machines (running few test > suites in parallel on remote machines)? > > I searched the web and came with Dwatir as a relevant option(?). > Unfortunately I couldn't figure how to use it. > I would appreciate an example of Dwatir or any other way to run watir > tests on remote machines. > > Cheers, > > Guy -- Nathan Lane Blog, http://blog.nathandelane.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
