On 16 Jan 2009, at 15:04, Mike Gaffney wrote:

We're trying to get one of them up at work and we're currently adding selenium grid support to webrat. I was thinking of building a glue plugin on one of these frameworks so that they would just run as a webrat test via a rake task. Would anyone be interested in somthing like that if we pluginified it?

Definitely.

My problem with the solutions I've seen so far for integrating is that they don't work with a build because the assume you are launching the browser on the build machine. Grid support removes that requirement / dependency and allows us to run on any grid supported browser. It's actually a very nice setup for build machines once you get it working.

Ditto, plus I also would like a fast and unobtrusive TDD cycle when developing, and I don't feel like selenium is likely to give me that.

If we had a grid set up, would I be able to delegate TDD runs to the grid from my development machine?

Matt Wynne
http://blog.mattwynne.net
http://www.songkick.com

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to