cucumber
Undefined Pickle step (again)
https://stackoverflow.com/questions/5282437/cucumber-pickle-factory-girl-given-a-returning-undefined-step - this post didn\'t help me a lot.[详细]
2023-04-06 01:31 分类:问答cucumber: drop down should have item selected? How with xpath? Or maybe something else?
<select id=\"search_user_id_equals_any\" name=\"search[user_id_equals_any]\"> <option value=\"2\">My Stuff</option>[详细]
2023-04-06 01:26 分类:问答Cucumber testing - getting RoutingError
What\'s wrong, guys. Please help. When i run my cucumber test, i\'ve got this error: No route matches {:action=>\"show\", :controller=>\"accounts\"} (ActionController::RoutingError)[详细]
2023-04-05 22:01 分类:问答How do I set the browser language in Cucumber / Capybara?
I\'d like a different language to be displayed depending on the browser language and naturally I\'d like to test to ma开发者_运维百科ke sure it\'s working properly. I\'m using Cucumber and Capybara, G[详细]
2023-04-05 21:09 分类:问答Cucumber and Rspec sharing factory girl factories
I\'m designing a test around rails using Cucumber and Rspec and I was 开发者_运维技巧wondering if it is good practice sharing the Factory Girl factory code between the Cucumber acceptance test and Rsp[详细]
2023-04-05 19:39 分类:问答Show variables or some info in Scenario
I want to show variable values in console while my scenari开发者_如何学Goo performing. Cause I don`t know how to know it in another way.logger.debug(whatever)[详细]
2023-04-05 17:56 分类:问答Cucumber CRUD Edit and Preview pages
How should I do step like: Given I should have Post with title \"Hi\" and text \"Hello there\" And I should be on th开发者_如何学Ce show page for Post with ... some data[详细]
2023-04-05 12:02 分类:问答How to retrieve <textarea> value in Ruby Cucumber unit testing tool
I am using the Cucumber unit test tool, and am trying to retrieve the value of a textarea, however I can\'t get it to work.[详细]
2023-04-05 06:43 分类:问答Jruby: unable to install gems, failing with undefined class/module YAML::Syck::DefaultKey
The console output pretty much speaks for itself: $ java -jar jruby-complete-1.6.4.jar -S gem install nokogiri --no-rdoc --no-ri[详细]
2023-04-05 02:50 分类:问答Rails syntax error, unexpected ')'
This is going to be a really dumb question, and I almost hate myself for asking it, but here goes. When I run my Cucumber test, I\'m getting a \"syntax error, unexpected \')\'\" with the following c[详细]
2023-04-05 02:31 分类:问答