Ben Lovell wrote:
On Fri, May 1, 2009 at 12:33 PM, Matt Wynne <m...@mattwynne.net <mailto:m...@mattwynne.net>> wrote:


    Have you looked at celerity? I'm not sure if webrat has an adapter
    for it yet, but it's a 'headless' browser which drives a lot
    faster than selenium. Some people on this list are getting a lot
    of joy out of it.


+1 to celerity. You need to jump through some hoops with JRuby/Java but it cut the time it takes to run my features by 3-4 times almost.

I would suggest taking a look at Culerity a nice wrapper for Celerity which takes the headache out of having a non JRuby app use Celerity.

http://github.com/langalex/culerity/tree/master

There is also a Selenium style equivalent -> WebDriver -> a headless browser. I've not got round to playing with it yet, but it looks nice

http://code.google.com/p/webdriver/

--
Joseph Wilk
http://blog.josephwilk.net


Ben
------------------------------------------------------------------------

_______________________________________________
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