browsercuke 0.1.4
BrowserCuke is a layer of browser-based testing on top of Cucumber. It provides an intuitive way of writing business-readable tests for your web applications, that use real web browsers to test. Your test scripts can now be a way of communicating with your client how you have tested the application and how it should work. For more information about Cucumber, see [the cucumber website](http://cukes.info). BrowserCuke currently uses Watir to perform the browser automation, although it may be extended in the future to use something like WebRat to test applications sans-JavaScript.
          Gemfile:
          =
        
        
          install:
          =
        
      Development Dependencies (1):
            hoe
            >= 2.4.0
          
    