Im using Cucumber + Capybara. This is how one of my step definitions looks like. When /^(?:|I )go to (.+)$/ do |page_开发者_运维知识库name|
I\'m trying to get Capybara running in a simple Ruby script -- i.e. without/outside of Rails. Here\'s the script:
When I use the \"Show me the page\" step, with Capybara / Cucumber, can I control where t开发者_JAVA技巧he files get output?I can\'t seem to find the config for this, and my google fu is failing me.
With autospec / cucumber / capybara running my feature tests I get this line even after going green: (eval):1:in 开发者_如何学编程`initialize\': can\'t convert String into Integer (TypeError)
I\'m currently trying to set up integration/acceptance testing for a new rails 3 application with cucumber and capybara. (I initially planed to use webrat, but it seems that it does not support rails
I\'ve recently added html validation to my cucumber features.I\'m using the gem be_valid_asset which works really well until Cucumber hits a @javascript flagged feature.T开发者_JAVA技巧his kicks in cu
I am trying to get to grips with BDD web development in Ruby using cucumber + capybara and I am stuck at what should be an easy task - just to check the number of rows in a table. The intention of wha
Setup with cucumber, capybara and selenium but some scenarios works only randomly. Running ruby 1.8.6 on rvm
I\'m trying to define a step to test the va开发者_JAVA技巧lue of alt text of an image using Capybara and CSS selectors.
I\'m using Cucumber + capybara + selenium to run automated testing, but I\'m having trouble finding a way to assert that a javascript alert is displayed.