I have two forms on a page - one for login, one for signup, and both share a field called \"user[username]\"
Just switched from Cucumber+Webrat to Cucumber+Capybara and I am wondering how you can POST content to a URL in Capybara.
I 开发者_如何学Pythonhave been using rspec with webrat and decided to add cucumber for high level tests.
I am currently developing a Rails application, I\'m trying to units test it. I chose Cucumber + WebRater. I\'d like to test in my backend all delete link.
In our Cucumber steps, we would like to start a long running task in one step and check that the task is running and that it set up the UI for the task correctly, in another step. Checking the UI must
I\'m trying to get webrat to select a radio button from a list, using cucumber. I have this scenario: Scenario: Update an existing article
When I execute the following cucumber script: Feature: Manage Customers In order to store customers As a user
I have a rails site that allows authentication through OAuth (I use Restful Authentication and the Rails OAuth Plugin).To make sure that it worked, I made a quick site to act as an OAuth consumer.
I want to test if I have 0, 1, 2 or 开发者_Go百科3 times a pictures (\'foo.png\') in a certain page with Cucumber.
I would like this custom step: Then I should see the link \'foo\' and his opposite: But I should not see the link \'foo\'