webrat
Webrat Selenium: Failed to start new browser session: Error while launching browser (Selenium::CommandError)
I\'m trying to follow the tutorial set out in The RSpec Book and I\'m onto the chapter about making Webrat work with Selenium.[详细]
2023-02-06 07:55 分类:问答Method missing 'type' problem with Webrat and Cucumber
I was working on some project using webrat and cucumber (rails 3), so I created a feature with this command[详细]
2023-02-05 04:41 分类:问答webrat autofilling form fields
I am learning how to write tests with cucumber/webrat. One of my test scenarios is set to test form validation (leaving field(s) empty). Strangely enough, fields that I do not fill-in with fill_in are[详细]
2023-02-04 00:19 分类:问答Rails 3 Cucumber/Webrat fails on simple "Given": did I set up something wrong?
My feature file: Feature: home page links Background: I am on the home page Given I am on the home page Scenario: I visit the about page[详细]
2023-02-01 07:25 分类:问答having problems with "visit" in integration tests on the rails tutorial
I am new to rails and am running through the rails 3 tutorial. I have a problem running integration tests. It seems that the method \'visit\' (Webrat?) will always fail. This is the kind of error mess[详细]
2023-01-28 06:07 分类:问答HTTP basic auth for Capybara
I\'m writing some RSpec tests for my Rails 3 application and trying to switch from Webrat to Capybara. So far so good but the application uses HTTP basic auth to authorize my admin user, any idea how[详细]
2023-01-28 02:27 分类:问答Failing to test sign out with webrat, Rails with Authlogic
I\'m using rails with authlogic for sign in.I\'m trying to write an integration test for signing out with rspec and webrat.[详细]
2023-01-27 12:32 分类:问答Cucumber/Webrat user session flash[:notice] issue still exists in Rails 3
Hi I ran in this issue a while ago... authlogic flash[:notice] does not show up in cucumber w开发者_JAVA技巧ebrat step[详细]
2023-01-26 15:53 分类:问答Login fails when using webrat
I am using restful_authentication 1.1.6on rails 2.3.5 and testing with webrat 0.7.1 The login works fine when I use a browser to test it. When[详细]
2023-01-25 04:34 分类:问答Cucumber: find the input with label text X?
In Cucumber, I\'m trying to create a step like this: Then I should see \"Example business name\" in the \"Business name\" input[详细]
2023-01-24 09:26 分类:问答