Is there a开发者_运维知识库 way of stopping execution of a step definition in order to examine the values of instance variables? Maybe debugger, but that didn\'t work when I tried it just now.Debugger
I\'ve got cucumber testing my drupal application with passing tests like so: Given /^I am authenticated as a \"([^\"]*)\" user$/ do |role|
I\'m trying to use cucumber and timecop together and it\'s timecop doesn\'t seem to be overriding my Time.now call in my transaction.rb model file.
I\'ve followed the tutorial available at http://railscasts.com/episodes/221-subdomains-in-rails-3. It allows you to pass a subdomain option to your routes by overriding the url_for method in a helper
Cucumber keeps executing even after a step definition has failed, and it outputs not only the failing steps, but also the passing ones. What option do I need to use in order to ensure that Cucumber st
Need: Using Cucumber 1.0.1 and Watir 1.9.2, I need to execute javascript code in order for a proprietary portal to do some navigation.
I\'m using cucumber 1.0 installed with cucumber-rails on Rails 3.I\'d like to use autotest, but it seems autotest invokes cucumber with just cucumber and not bundle exec cucumber .bundle exec cucumber
I\'m using omniauth and cucumber with a new application.I\'ve got omniauth up and working and am trying to add appropriate cucumber feature tests.I kept running into odd errors in testing- errors that
I\'m using Cucumber to test my Rails app. Is there anyway to print the scenario description as the tests run? Thanks!
A cucumber feature keeps failing because capybara does not render the whole html as intended here is the feature