Files | Admin

Notes:

Release Name: 0.1.3

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.3 / 2010-01-07 * Changing copyright notice * Fixed sapphirecuke's browser argument, and removed the use of environment variables. * Include a sample test, google-search.feature, and insturctions in the readme.