
decouple selenium support from Rails
Reported by David Chelimsky | February 2nd, 2009 @ 01:45 PM | in 0.5
I want to use the selenium support with a Merb app and possibly a php app as well. webrat/selenium.rb assumes we're working with Rails with references to RAILS_ROOT and ActionController::IntegrationTest, so I'll have to do some invasive stuff to get this to work in other environments.
Haven't solved it yet, but if I do before you do I'll submit a patch.
Comments and changes to this ticket
-
Bryan Helmkamp February 8th, 2009 @ 11:43 PM
- Tag set to featurerequest
- Milestone set to 0.5
-
gaffo May 7th, 2009 @ 03:15 PM
- State changed from new to awaiting-patch
-
Bryan Helmkamp June 14th, 2009 @ 10:31 PM
- State changed from awaiting-patch to resolved
Hey David -- I believe the Selenium mode works fine with non-Rails frameworks now. We've got code to boot Merb and Sinatra app servers, as well as none at all (if you're using, say PHP), and the extension to ActionController::IntegrationTest is now wrapped in a guard.
Please let us know if you run into any further issues.
Cheers,
-Bryan
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.