With jruby and rspec requests, do you have to use selenium webdriver? I''m confused, with ruby and rubyonrails using cucumber with capybara, I didn''t have to set the default driver, what was it using and can i use that with jruby? Things just worked w/o me even having to know about it :) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20120116/f498067c/attachment.html>
On Jan 16, 2012, at 7:35 PM, S Ahmed wrote:> With jruby and rspec requests, do you have to use selenium webdriver? > > I''m confused, with ruby and rubyonrails using cucumber with capybara, I didn''t have to set the default driver, what was it using and can i use that with jruby? Things just worked w/o me even having to know about it :) > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-usersThey capybara build is passing with jRuby: http://travis-ci.org/#!/jnicklas/capybara/jobs/512756 Just check out the README to get it setup with RSpec - it''s all there.
I''m using jruby and with a java app, so after reading it is clear I can only use selenium since it is not a rack app. selenium is very very slow, sheesh! I was hoping there was a better way. It keeps the firefox browser open also, which is strange (after it completes running). On Mon, Jan 16, 2012 at 10:51 PM, Justin Ko <jko170 at gmail.com> wrote:> > On Jan 16, 2012, at 7:35 PM, S Ahmed wrote: > > > With jruby and rspec requests, do you have to use selenium webdriver? > > > > I''m confused, with ruby and rubyonrails using cucumber with capybara, I > didn''t have to set the default driver, what was it using and can i use that > with jruby? Things just worked w/o me even having to know about it :) > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > They capybara build is passing with jRuby: > http://travis-ci.org/#!/jnicklas/capybara/jobs/512756 > > Just check out the README to get it setup with RSpec - it''s all there. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20120117/80696f2c/attachment.html>
Maybe Matching Threads
- For Your Own Info: Rails 2.3.2 is incompatible with Cucumber (0.8.5), Capybara (0.3.9) and Selenium-webdriver (0.0.17)
- testing framework for test automation
- Can't find the PostgreSQL client library (libpq)
- Selenium+Autotest: how to run browser in background?
- getting selenium working with jruby/sinatra/cucumber/webrat on windows