cucumber
Tool for JSON API Documentation [closed]
Closed. This qu开发者_如何学Cestion is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-07 20:25 分类:问答capybara's fill_in method not working as expected
I have 2 forms in my page. The first form has a field \"Username\" and the second form has a field \"Username:\".[详细]
2023-04-07 16:52 分类:问答Capybara/selenium: wait for element to become hidden
I need to wait for loading b开发者_开发问答ar (div#loading) to disappear (become display: none) in a cucumber step. I\'d expect the following to do the trick[详细]
2023-04-07 09:49 分类:问答'Confirmation token is invalid' when testing with Cucumber
I\'m trying to get a sign up form working with Devise; I\'m testing it with Cucumber. When a user signs up, I send a confirmation e-mail. Something goes wrong when running my test, though.[详细]
2023-04-07 04:05 分类:问答I've monkey patched after_commit so it works with my test, but it doesn't work on Jenkins
I use an after_commit filter in several places in my code. In order to get my cucumber tests working, I had to use a patch - http://outofti.me/post/4777884779/test-after-commit-hooks-with-transactiona[详细]
2023-04-07 02:15 分类:问答Deprecation warning when using Cucumber with Rails 3.1: class_inheritable_attribute is deprecated
This is a fresh project setup on Rails 3.1. When I run cucumber features I always get the same annoying deprecation warning twice. Any guidance would be appreciated.[详细]
2023-04-06 18:59 分类:问答UTF-8 error with Cucumber feature
I’m using Rails 3.0.7 and ruby 1.9.2 with cucumbe开发者_StackOverflowr and capybara. I just had this problem, and I can’t find a solution :([详细]
2023-04-06 14:40 分类:问答database cleaner transaction with cucumber rails
I am writing a scenario for signup form. @abc @selenium Scenario:Non registered user signs up Given I am on the sign-up page[详细]
2023-04-06 11:17 分类:问答How would you write a Cucumber step editing a certain resource instance when there are many on the view?
Let\'s say you have a resource called Article. On the index page, you have many articles listed. In one scenario, I have this Cucumber step:[详细]
2023-04-06 03:12 分类:问答Stubbing the Capybara session for a page object test
I\'m using Cucumber with a page object similar to the simplified version shown below. I need to do some quite complex parsing of the HTML, so I\'d like to be able to unit test the page object in isola[详细]
2023-04-06 01:44 分类:问答