cucumber
Rails: Cucumber sending mail twice
This should be an easy one to track down...but it isn\'t proving that way for me: I have the following cucumber scenario:[详细]
2023-03-31 02:18 分类:问答Testing JSON API that uses Devise token authenticable module with Cucumber
I am writing acceptance tests for a RESTfull JSON service. I want to be able to run the tests against production server. This API is used by the iphone client. For authentication the JSON service uses[详细]
2023-03-30 17:01 分类:问答cucumber is not respecting cookies set by server
I\'m working on migrating a large set of cucumber features from Webrat to Capybara and I\'m running into quite a few issues. The primary (and most painful) issue is around cookies.[详细]
2023-03-30 11:00 分类:问答Capybara Cucumber test fail to find xpath when browser is minimized
I\'m running a scenario where form fields are automatically filled in with invalid val开发者_StackOverflow社区ues which trigger some javascripts to show warnings under each incorrectly filled field wh[详细]
2023-03-29 15:18 分类:问答Functional testing for Mac App
Is there any functiona开发者_StackOverflow中文版l testing framework for Mac apps, similar to Cucumber framework?Frank is perfectly usable for Mac OS X application functional testing.[详细]
2023-03-29 13:19 分类:问答Get a factorygirl created object in cucumber steps
I\'m using cucumber and factory girl with very good results, but I\'m finding that the syntax is a little bit forced.[详细]
2023-03-29 07:16 分类:问答Cucumber How to Hover over an element?
I have an element styled with a css hover. I tried using this page.execute_script(“$(‘#{selector}’).mouseover();”)[详细]
2023-03-29 00:48 分类:问答Why does guard cause my tests to fail?
I\'m new to rails, and starting a new project.I have rspec2 and cucumber working with my tests with no problem.However, if I try to add guard-rspec and guard-cucumber, it causes both my specs and inte[详细]
2023-03-29 00:26 分类:问答How to force selenium to have same default wait time as Capybara
I\'m running some tests that depend on data reloading into the page. These run fine in Capybara which pauses on has_content and retries if it can\'t find it. However they\'re failing in Selenium which[详细]
2023-03-28 22:37 分类:问答cucumber on windows - command not found
I\'m trying to get started with testing in Ruby on Windows, and I have the gems installed for cucumber[详细]
2023-03-28 18:32 分类:问答