
Running Selenium tests with a "no server" option
Reported by kfitzpatrick | April 29th, 2009 @ 01:53 PM | in 1.0
For most of my use cases, I'm not actually running a rails, merb, or sinatra application. So I need to be able to spin up Webrat where I can set "config.application_framework = :noserver" so it can run against any other server I may have running.
Perhaps :noserver isn't the right value name, but you get the idea.
UPDATE
Patch commit: http://github.com/kfitzpatrick/w...
Comments and changes to this ticket
-
kfitzpatrick April 29th, 2009 @ 01:53 PM
- Tag changed from selenium to selenium, server, webrat
-
kfitzpatrick April 29th, 2009 @ 01:56 PM
- Tag changed from selenium, server, webrat to patch, selenium, server, webrat
Link to patch: http://github.com/kfitzpatrick/w...
-
gaffo May 10th, 2009 @ 10:24 PM
- Assigned user set to Bryan Helmkamp
- State changed from new to open
- Milestone set to 1.0
kfitzpatrick, Thanks for the patch. We need to discuss it a bit internally. Managing the number of "modes" and how they are tested is one of the big things we have been trying to do lately.
-
kfitzpatrick May 11th, 2009 @ 09:16 AM
gaffo, cool.
I love the integration with the Ruby web framworks, but being able to drive Selenium with Webrat (plus some Cucumber syntax for steps) has been an incredible boon to our big Java project, Comcast.net. It's completely revolutionized my daily development process.
Thanks to the whole Webrat team!
- Kevin
-
gaffo June 15th, 2009 @ 12:40 AM
- State changed from open to resolved
Kevin,
I just saw this ticket again while cleaning things out in the lighthouse. We added an :external mode for selenium which doesn't start an app server. I'm marking this as resolved. Sorry for the wait.
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.