How do you test pages with single sign-on (SSO) login during integration tests (for instance by using ca开发者_如何转开发ybara or cucumber)? For a normal login, you would write a method which visits t
I want to run cucumber in my java project di开发者_如何学Gorectly through jruby without having to use Ant or Maven. I have installed cuke4duke through jruby and have it up and running. I can run the f
I am going through this situation: Rails, Cucumber, Capybara: session is not persisted There wasn\'t a开发者_运维技巧 chosen answer on that page, and each posted answer didn\'t work for me, so I will
The problem: toggle javascript support without restarting firefox (nor resorting to different driver) during cucumber test run.
I\'ve got a form which allows me to add/edit categories and sub categories within the one form. This form uses AJAX and to test it I\'ve been using Capybara with some selectors.
I am using devise 1.4.2 with rails 3.0.9, cucumber-rails 1.0.2, capybara 1.0.0. I got No route matches \"/users/sign_out\" error when I clicked logout. I added :method => :delete to link_to tag aft
I am a newbie for RoR, and I am taking a look into BDD with cucumber during these days. However, I am stock by a trivial problem. I have completely operated according to this post: http://www.mattvs
This m开发者_运维问答ay sound weird, or why do you want to do that. I\'m trying to write a cucumber feature to test uploading large image file (>16M) So, I don\'t want to store the large file on git
I tryed both - to find it in available plugins integrated registry and to download rubymine and fin开发者_如何学JAVAd it there, but nothing like cucmber or BDD/*behaviour* found.Cucumber support is av
I\'ve just released a gem on github and I wrote integrations test with aruba gem. However I can\'t run features because it behaves differently from command line.