This should be an easy one to track down...but it isn\'t proving that way for me: I have the following cucumber scenario:
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
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.
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
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.
I\'m using cucumber and factory girl with very good results, but I\'m finding that the syntax is a little bit forced.
I have an element styled with a css hover. I tried using this page.execute_script(“$(‘#{selector}’).mouseover();”)
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
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
I\'m trying to get started with testing in Ruby on Windows, and I have the gems installed for cucumber