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?

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.

-Mike

Matt Wynne wrote:

On 16 Jan 2009, at 06:58, Scott Taylor wrote:

s.ross wrote:
On Jan 15, 2009, at 7:24 AM, Mike Gaffney wrote:

s.ross's email about Screw.Unit brought prompted me to ask this question:

1) What do you use for Javascript Unit testing?

I've tried jsspec and Screw.Unit and so far I'm thinking Screw.Unit is better suited to what I'm doing. It has nested describes, etc.

2) How do you integrate it with a continuous build such as CCRB? (I'm guessing selenium).

It would be selenium using screw-unit-server, but I'm not there yet. My project is behind the curve on JS testing.

Might want to check out this project:

http://github.com/nakajima/screw-driver/tree/master

Don't know how far along it is.   I haven't played with it yet.

Scott

It's worth mentioning this spike I did a while back, using Celerity to drive the tests. It runs really quickly, but I'm not yet convinced about the reliability of celerity:

http://gist.github.com/15273

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

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

Reply via email to