I\'m trying to run a cucumber feature multiple times (i.e 500 times). Is there a way of doing t开发者_开发技巧his than me having to type in the same command everytime? I\'m guessing this can be done u
I just started using Cucumber and in the simplest of scenarios I throw the following error: undefined method has_key?\' for #<Nokogiri::XML::Element:0x10677a400> (NoMethodError)
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
So... I have this URL: example.com which works in my browser, cause in开发者_Python百科 my hosts file i have it set to
Setup with cucumber, capybara and selenium but some scenarios works only randomly. Running ruby 1.8.6 on rvm
All, I\'m using Cucumber for acceptance testing a Ruby command line utility. This utility pulls data in from a webservice.
Im new to testing with cucumber and have a question regarding the size of a \'Feature\'. 开发者_如何学Go
I am trying to login to a Java web application. The login page has the following html : <html> <head><title>Login Page</title></head>
Code in steps file: select_date user.date_of_birth, :from => \"Date of birth\" Selector fail When I register with valid user credentials # features/step_definitions/authentication_steps.rb:2
开发者_JS百科I just download an example of cucumber from http://github.com/aslakhellesoy/cucumber/downloads,