cucumber
Cucumber not finding a route in test mode that I can see in development mode
In development mode, I can point my browser at http://localhost:3000/brands/ and I see a list of all brands, indicating that the route mapping, the index action in the c开发者_运维问答ontroller and th[详细]
2023-03-25 19:52 分类:问答Capybara:Webkit unable to find iframe or its content
I allow users to share photos with other individuals.When the user is viewing a photo and its description, they can click on \"share\" and a new page loads.On this page the fill in an email address (a[详细]
2023-03-25 10:03 分类:问答Cucumber HTML tag in feature
I have a cucumber scenario where I wan to test for an HTML tag. Scenario: enter words Given I enter \"c开发者_C百科at,dog\"[详细]
2023-03-25 07:13 分类:问答Has anybody run Xvfb on EC2 with CentOS?
I am trying to get javascript-enabled cucumber running on CentOS in EC2 by following this tutorial: http://makandra.com/notes/1391-how-to-hide-your-selenium-browser-window-with-headless However, the s[详细]
2023-03-25 02:41 分类:问答Cucumber and Capybara require different Selenium-Webdriver gem versions - trying to set up test environment
I am relatively new to BDD and have been struggling to get my test environme开发者_高级运维nt set up and stable, and a lot of googling has still failed to surface how to solve this problem.[详细]
2023-03-24 17:30 分类:问答ROR 3.1 + Cucumber => Routes issue
It would be greatly appreciated if you could assist with the following issue/act of inexperience. I have searched the usual suspects (google, stackoverflow, groups, etc) to no avail and if I have miss[详细]
2023-03-24 16:21 分类:问答cucumber and activemerchant duplicate transaction problem
I was following this code for cucumber testing with activemerchant and authorize.net(I know it\'s old but it\'s the one that worked for me)[详细]
2023-03-24 16:01 分类:问答Mocking local api in cucumber tests
I am writing an app that access a local that lives on a separate path on my own server via ajax requests. However, I want to test the app with cucumber and mock out the backend. Is there something lik[详细]
2023-03-24 05:51 分类:问答How to test Dialogs in Cucumber?
I am using jquery UI dialogs in Rails. How do you use cucumber to test for opening dialogs? I have a re开发者_StackOverflow社区gistration dialog and after that another confirmation dialog. The latter[详细]
2023-03-24 02:07 分类:问答Problem with jenkins headless browser test
We are testing some Watir tests and cucumber using Jenkins but we have run into a problem with inconsistent results. Our build failed because apparently the watir attach popup browser was failing(coul[详细]
2023-03-24 01:09 分类:问答