
Extend webrat for testing against non-ruby (external) app servers
Reported by ian (at ianduggan) | May 20th, 2009 @ 07:50 PM
I had to make a few modifications to allow testing against our java appserver. I added an :external mode which does not try to spin up an appserver. Additionally, a require was needed in selenium_rc (probably since we're not in a rails context).
Commit is here:
http://github.com/ijcd/webrat/commit/8c3bdce59783065f67d07ef5cefe58...
Comments and changes to this ticket
-
ian (at ianduggan) May 20th, 2009 @ 07:51 PM
- Tag changed from external, non-rails to external, non-rails, patch
-
gaffo May 28th, 2009 @ 07:21 PM
- Tag changed from external, non-rails, patch to external, non-rails, patch, test!
- State changed from new to awaiting-merge
Thanks for the patch ian, it looks good; however it'd be great to get some specs for it.
-
gaffo May 28th, 2009 @ 07:21 PM
- Tag changed from external, non-rails, patch, test! to external, non-rails, patch, test!, verify
-
gaffo June 4th, 2009 @ 04:04 PM
I implemted this in a different way. Let me know if the require is still needed. Thanks!
-
Bryan Helmkamp June 4th, 2009 @ 07:15 PM
- State changed from awaiting-merge to resolved
(from [6d74cd935e0857b7b4fd650429901075d38fe223]) [#246 state:resolved] added external application server if you have your own started http://github.com/brynary/webrat/commit/6d74cd935e0857b7b4fd6504299...
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.
People watching this ticket
Referenced by
-
246 Extend webrat for testing against non-ruby (external) app servers (from [6d74cd935e0857b7b4fd650429901075d38fe223]) [#246 s...