[rspec-users] Before and After blocks for individual feature files?
Joseph Wilk
joe at josephwilk.net
Fri May 1 08:51:56 EDT 2009
Ben Lovell wrote:
> On Fri, May 1, 2009 at 12:33 PM, Matt Wynne <matt at mattwynne.net
> <mailto:matt at 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 at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
More information about the rspec-users
mailing list