RubyGems Navigation menu

webrat 0.2.0

Webrat lets you quickly write robust and thorough acceptance tests for a Ruby web application. By leveraging the DOM, it can run tests similarly to an in-browser testing solution without the associated performance hit (and browser dependency). The result is tests that are less fragile and more effective at verifying that the app will respond properly to users. When comparing Webrat with an in-browser testing solution like Watir or Selenium, the primary consideration should be how much JavaScript the application uses. In-browser testing is currently the only way to test JS, and that may make it a requirement for your project. If JavaScript is not central to your application, Webrat is a simpler, effective solution that will let you run your tests much faster and more frequently. (Benchmarks forthcoming.) Initial development was sponsored by EastMedia (http://www.eastmedia.com).

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.7.3 - January 02, 2011 (14.2 MB)
  2. 0.7.2 - October 19, 2010 (14.2 MB)
  3. 0.7.2.beta.2 - October 07, 2010 (14.2 MB)
  4. 0.7.2.beta.1 - July 26, 2010 (14.2 MB)
  5. 0.7.1 - April 27, 2010 (13.6 MB)
  6. 0.2.0 - April 03, 2008* (15.5 KB)
Show all versions (22 total)

Runtime Dependencies (2):

hoe >= 1.5.1
hpricot >= 0.6

Owners:

Authors:

  • Bryan Helmkamp, Seth Fitzsimmons

SHA 256 checksum:

8bd945ea32e7899296add55d3f6487835080f8d5e6740e6e373f65d3bd0687e3

Total downloads 3,807,106

For this version 3,529

Licenses:

N/A

Required Ruby Version: None

Links: