webrat
Rails/Rspec: How to specify a specific form when using "fill_in"
I have two forms on a page - one for login, one for signup, and both share a field called \"user[username]\"[详细]
2023-01-24 02:53 分类:问答How do you POST to a URL in Capybara?
Just switched from Cucumber+Webrat to Cucumber+Capybara and I am wondering how you can POST content to a URL in Capybara.[详细]
2023-01-23 10:23 分类:问答Using rspec with Webrat instead of Capybara
I 开发者_如何学Pythonhave been using rspec with webrat and decided to add cucumber for high level tests.[详细]
2023-01-20 17:43 分类:问答How can i unit test a "Delete link" with Ror, cucumber - webrat?
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.[详细]
2023-01-20 17:26 分类:问答How do I run Cucumber steps concurrently in Ruby?
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[详细]
2023-01-18 18:41 分类:问答Cucumber & webrat, selecting from a radio button list
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[详细]
2023-01-15 14:50 分类:问答Webrat (web_steps.rb) not being used
When I execute the following cucumber script: Feature: Manage Customers In order to store customers As a user[详细]
2023-01-12 18:41 分类:问答Using Cucumber to test my OAuth provider in Rails
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.[详细]
2023-01-11 04:39 分类:问答How can I test one, more or none images in a page with Cucumber?
I want to test if I have 0, 1, 2 or 开发者_Go百科3 times a pictures (\'foo.png\') in a certain page with Cucumber.[详细]
2023-01-08 14:33 分类:问答How can I test with a certain word is a link or not 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\'[详细]
2023-01-08 07:43 分类:问答
加载中,请稍侯......