I\'m trying to define a step to test the va开发者_JAVA技巧lue of alt text of an image using Capybara and CSS selectors.
How can I use cucumber to click an edit link in a list of items in a table using xpath? I\'ve got a selector working that returns the link I need, but it\'s one of many results.... how can I return o
I need to test a two-stage login system which first asks for your email address and password and then presents the user with two select lists containing [a-zA-Z0-9]. The labels beside the drop down\'s
I\'m starting learning rails, and having some troubles on configure cucumber to run my bdd tests. What I want is run
If I\'m on a route alias such as /register and I have a form error and I render :new, is it possible for the path to be /register still?
I want to run a the following example in cucumber: Scenario: Anonymous user can log in and be remembered
I added the authlogic_facebook_connect plugin to my project and I\'m now having problem running my cucumber test because of a NoMethodError.
I\'m able to get my Gemfile how I like it: # Gemfile source \"http:开发者_如何学运维//gemcutter.org\"
Just installed cucumber 0.7.2 and cucumber-rails 0.3.1 with jruby-1.4.0 on OSX.When I run a bundle install, it places a cucumber-rails directory in my main app with all of the gem code/dependencies.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.