Files | Admin

Notes:

Release Name: 0.1.2

Notes:
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.


Changes: === 0.1.2 / 2010-01-07 * Reformatted license * Added instructions for creating new releases to the README.md * Removed the broken and unnecessary browsercuke-setup CLI tool * Fixed browsercuke & sapphirecuke CLI tools to be written in ruby (necessary for them to work). * Moved version number to a better location. The existence of the lib/ directory makes Hoe run better.