Feature Requests: Browse | Submit New | Admin

[#23031] Support for native ruby

Date:
2008-11-28 07:42
Priority:
3
Submitted By:
Dave McNulla (dmcnulla)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Support for native ruby

Detailed description
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: Notepad

Please login


Followup

Message
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.


Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item