I\'m using Cucumber + capybara + selenium to run automated testing, but I\'m having trouble finding a way to assert that a javascript alert is displayed.
So I am wondering if anyone is familiar or has done any work with cucumber and Silverlight.I currently have a template directo开发者_开发知识库ry and build file that will create RSpec tests using Baco
I\'m trying to visit a page with cucumber, with: visit new_video_path but I get this error: undefined method `开发者_JAVA百科episode_id\' for #<Video:0x22df8dc> (ActionView::TemplateError)
Been having a problem with Rails/Cucumber/Haml. The below Haml file works perfectly in the development and live environments but fails in Cucumber with the following error:
/usr/local/bin/ruby -rrubygems -e \"require \'redgreen\'\"/usr/local/lib/ruby/gems/1.8/gems/rspec-1.3.0/bin/spec --autospec 开发者_Python百科<files_here> -O spec/spec.opts
Its a rails 2.3.5 app. I\'m using the rspec and cucumber for testing. When I run autospec, it runs correctly with the warning (Not running features.To run features in autotest, set AUTOFEATURE=true.)
I have project on Rails (2.3.5). I add into environment.rb same sting: config.gem \"cucumber-rails\", run \"rake gems:unpack:dependencies\". Output of \"rake gems\":
I\'m using selenium_client with cucumber, webrat + IE As you\'d expect, Firefox works fine. I\'ve tried the following:
Is there a cucumber command that will print out just the feature info and the scenario names? I recently began a project and want to print out the cucumber features and scenarios I开发者_高级运维 wro
I have recently updated the Cucumber gems (\'cucumber\' and \'cucumber-rails\') on my machine and have run into a couple of issues. The one i am currently fighting is that none of the defined steps fo