cucumber
Capybara/Selenium Capybara::ElementNotFound - when running @javascript
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[详细]
2023-03-23 22:14 分类:问答How to allow web requests when using VCR / WebMock? [closed]
开发者_运维知识库 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[详细]
2023-03-23 16:35 分类:问答Ruby - unable to bind to locking port 7054 within 45 seconds (Selenium::WebDriver::Error::WebDriverError)
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[详细]
2023-03-23 14:43 分类:问答Cucumber @javascript Breaks Oracle SQL Calls
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[详细]
2023-03-23 08:46 分类:问答Cucumber reading a pdf into a temp file
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.[详细]
2023-03-23 06:27 分类:问答How can I run cucumber along with selenium and capybara on a machine without a browser?
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[详细]
2023-03-22 23:17 分类:问答Testing JQuery UI Sliders in Cucumber
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.[详细]
2023-03-22 19:58 分类:问答how to use devise current_user inside factory_girl factories
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[详细]
2023-03-22 17:15 分类:问答Cucumber - Database cleaner is not working when default driver(selenium) is enabled
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.[详细]
2023-03-22 10:36 分类:问答capybara how to test multiple links with href pattern
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 :[详细]
2023-03-22 01:25 分类:问答