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:
= 複製 已複製

安裝:
=

版本列表:

  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)
顯示所有版本(共 22)

Runtime 相依性套件 (2):

hoe >= 1.5.1
hpricot >= 0.6

擁有者:

作者:

  • Bryan Helmkamp, Seth Fitzsimmons

SHA 256 checksum:

8bd945ea32e7899296add55d3f6487835080f8d5e6740e6e373f65d3bd0687e3

總下載次數 3,817,627

這個版本 3,538

License:

Ruby 版本需求:

相關連結: