Feature Requests: Browse | Submit New | Admin
I am trying to run tests created for watir against celerity. I have gotten the most rudimentary tests to work. Much harder, I believe, will be getting tests that run through RubyFit/Fixture/Ruby-Watir to run. Is it possible to expand the celerity library to run without jruby? Thanks, Dave
Add A Comment:
Date: 2008-11-28 09:35 Sender: Jari Bakken Since Celerity is just a wrapper around the HtmlUnit java library, it needs some way to interface with Java classes - which is exactly what JRuby provides. It _might_ be possible to make Celerity use HtmlUnit through the Ruby Java Bridge ( http://rubyforge.org/projects/rjb/ ), but I haven't looked into it recently. It would definitely be easier to make RubyFit run on JRuby, since it's a pure-Ruby library. I've run simple RubyFit tests on JRuby before which worked fine.