[wtr-general] Re: Framework

2008-12-27 Thread Charley Baker
There are also some frameworks built around watir which you might take a look at, here are a couple of links: - Watirloo: http://github.com/marekj/watirloo/tree/master - Taza: http://github.com/scudco/taza/tree/master - Cucumber - the next generation of RSpec story runner, Aidy also

[wtr-general] Re: Framework

2008-12-27 Thread marekj
Thanks Charley for mentioning watirloo I've now moved it to github and integrated hoe and newgem see: http://github.com/marekj/watirloo download and run: rake -T for all hoe tasks including gem installation This is very skeletal work but time permitting I will keep expanding. Thanks marekj |

[wtr-general] Re: Framework

2008-12-26 Thread watirpuppy
I think the core framework(s) are: test-unit rspec both gems to install in your ruby environment. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: Framework

2008-12-26 Thread Anna Gabutero
On Fri, Dec 26, 2008 at 10:19:29AM -0800, watirpuppy wrote: I think the core framework(s) are: test-unit rspec both gems to install in your ruby environment. Test::Unit is a standard ruby library. There's no need to install it as a gem. - Anna

[wtr-general] Re: Framework

2008-12-23 Thread Wilson Xu
Everbright is a toolkit aims to test Web Site more conveniently with Watir. It contains classes/methods to help you start testing a Web Site with Watir more quickly and more efficiently. use CVS to checkout the source from rubyforge.org: cvs -d :pserver:anonym...@rubyforge.org:/var/cvs/everbright