webrat
Webrat looking for an action it does not need
Scenario I have a controller with two actions only - :create and :delete. Where the create action is defined thus:[详细]
2023-03-21 23:35 分类:问答Cucumber, webrat mechanize testing php/drupal application on MAMP, authentication issue
I\'ve got cucumber testing my drupal application with passing tests like so: Given /^I am authenticated as a \"([^\"]*)\" user$/ do |role|[详细]
2023-03-21 19:07 分类:问答Can't find field when using symbol reference
I\'m playing around with RoR for the first time and hit a weird error. I have the following test code for my navigation links:[详细]
2023-03-20 02:41 分类:问答no such file to load -- action_controller/integration - NoMethodError for Rails 3 and Webrat
I\'m getting the following failure during RSpec tests.. no such file to load -- action_controller/integration[详细]
2023-03-19 23:45 分类:问答Webrat has unexpected outcome when 'if' statement is used
I have been using webrat with my rails 3.0.7 project and have been trying to write a test that uses regular expressions.It should fail, yet the if statement seems to corrupt the outcome.[详细]
2023-03-14 11:11 分类:问答Using Cucumber + Webrat and a Button gives me a no connection error
This is the cucumber command (Works with other forms I have been testing): And I press \"Save\" This is the error message:[详细]
2023-03-12 19:31 分类:问答Tell Cucumber tests to run on https
I am running cucumber tests with Webrat in external mode that is using Selenium.In production we are running behind https and so we are required to run our cucumber tests on https.[详细]
2023-03-11 06:17 分类:问答select specific link by href with webrat
I\'m writing an integration test for rspec and I want to te开发者_如何转开发st that clicking on a link goes to the correct model page. More specifically, I want to test this on a list of links that ha[详细]
2023-03-08 09:16 分类:问答How to redirect, set session using webrat cucumber
Am using windows xp, ruby (1.8.7), rails(2.3.5), cucumber(1.10.2), werat(0.7.3). Am entirely new to cucumber webrat and selenium.[详细]
2023-03-07 02:59 分类:问答Rails 3 Testing: How To Open The Browser When Testing?
What is the name of the gem that lets you开发者_JS百科 open the browser with the result in your request specS?[详细]
2023-03-05 08:57 分类:问答