I\'ve been using Cucumber & Capybara for integration testing. Since the site uses a lot of javascript, i set the environment to use selenium as the javascript driver. However, it seems to keep fai
开发者_运维知识库 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not
I recently started seeing this error message when trying to run any Cucumber tests. I\'ve done some research and found a few other similar instances of this error, but most of them were browser relate
I am using Ruby on Rails 3.0.7 Cucumber 1.0.1, and Oracle as the database. I have my own local user/schema for my development database, but I also connect to another Oracle database in a read-only fas
I\'ve got a cucumber suite set up to read a static PDF file and do assertions on it\'s content. I recently updated all my gems, and since doing so, it doesn\'t work any开发者_Python百科more.
I am using capybara and selenium to run my cucumber test on my local machine. For the pages that involves javascript, Selenium activates firefox and crawls through the pages in firefox to do the tasks
I have a set of 10 JQuery UI sliders that need to be tested in some fashion. Specifically, I need to drag each slider handle and observe the current value of the slider.
I want to use current_user (of devise) inside the factories I create using factory_girl. My environment contains: Ruby 1.8.7 / Rails 2.3.5 / Devise / Cucumber / Pickle / Factory Girl
I am using cucumber + capybara for my tests.The database cleaner is working good, but when I change the Capybara.default_driver to selenium, database cleaner is not working. Below is my env.rb file.
Given I have a page with a 10 users listing, How can I test that I have 10 user show links ? I\'ve tried this :