Re: [rspec-users] Rspec Stories / Selenium Nightmare

2008-05-09 Thread Ben Mabey
aslak hellesoy wrote: I have just git-svn'ed the code that was formerly in http://rubyforge.org/projects/rspec-ext to GitHub: http://github.com/aslakhellesoy (rspec-distributed and rspec-ui) I haven't maintained these in a while, so they might be a little broken. Hopefully someone will clone a

Re: [rspec-users] Rspec Stories / Selenium Nightmare

2008-05-09 Thread aslak hellesoy
I have just git-svn'ed the code that was formerly in http://rubyforge.org/projects/rspec-ext to GitHub: http://github.com/aslakhellesoy (rspec-distributed and rspec-ui) I haven't maintained these in a while, so they might be a little broken. Hopefully someone will clone and improve them. FYI: T

Re: [rspec-users] Rspec Stories / Selenium Nightmare

2008-05-09 Thread Joseph Wilk
I would be happy to get involved with this project. I'll be spending most of this year writing Rspec stories and anything that makes browser testing easier will be easy to justify to my work colleagues. David Chelimsky wrote: > On May 8, 2008, at 5:24 PM, Zach Dennis wrote: > >> David, >> >> C

Re: [rspec-users] Rspec Stories / Selenium Nightmare

2008-05-08 Thread David Chelimsky
On May 8, 2008, at 5:24 PM, Zach Dennis wrote: David, Can you provide any more info? Is it just being talked about or are people actively working on it now? I would be interested in assisting. I've done a lot with Selenium and the ruby driver and would be interested in providing beautiful

Re: [rspec-users] Rspec Stories / Selenium Nightmare

2008-05-08 Thread Zach Dennis
David, Can you provide any more info? Is it just being talked about or are people actively working on it now? I would be interested in assisting. I've done a lot with Selenium and the ruby driver and would be interested in providing beautiful high level helpers that allow people switch from non-Sel

Re: [rspec-users] Rspec Stories / Selenium Nightmare

2008-05-08 Thread David Chelimsky
Just an FYI - spec-ui, an rspec extension that supports integration with selenium and watir, has been under some discussion lately and should see some new life soon. On May 8, 2008, at 10:10 AM, Zach Dennis wrote: I've had really iffy luck with Selenium plugins in the past (selenium-on-rai

Re: [rspec-users] Rspec Stories / Selenium Nightmare

2008-05-08 Thread Zach Dennis
I've had really iffy luck with Selenium plugins in the past (selenium-on-rails, seleniumfu_rc, selenium_rc, etc.) so I've started to write a RailsSeleniumStory. I also had to remove the ActiveRecordSafetyListener in my efforts. The RailsSeleniumStory is a part of the mhs_testing plugin [0] and it

[rspec-users] Rspec Stories / Selenium Nightmare

2008-05-08 Thread Joseph Wilk
I have been using Rspec stories with Webrat feeling very productive and happy. Then I needed to do something with Selenium (Webrat could have done what I needed but it does not yet have the functionality). Selenium-core as part of a rails plugin looked nice but did not seem to fit with rspec stor