commit 0b56fe230aa6d56c8744979836354038601a00b2 Author: Paul Hammant <p...@hammant.org> AuthorDate: Sat Apr 28 17:15:48 2012 +0200 Commit: Paul Hammant <p...@hammant.org> CommitDate: Sat Apr 28 17:15:48 2012 +0200
readme added diff --git a/etsy-selenium/README.md b/etsy-selenium/README.md new file mode 100644 index 0000000..b50a051 --- /dev/null +++ b/etsy-selenium/README.md @@ -0,0 +1,14 @@ +# JBehave Selenium Tutorials on the Etsy.com website + +Using [jbehave-core](http://github.com/jbehave/jbehave-core), [jbehave-web](http://github.com/jbehave/jbehave-web), and [Selenium2](http://seleniumhq.org/) against pre-existing website [etsy.com](http://etsy.com) to test it's shopping cart. + +<img src="http://jbehave.org/reference/preview/images/jbehave-logo.png" alt="JBehave logo" align="right" /> + +## Modules + +1. The module 'groovy-pico' runs (via maven) stories using steps and 'page objects' written in Groovy and composed using PicoContainer. +2. The module 'java-spring' runs (via maven) stories using steps and 'page objects' written in Java and composed using the Spring Framework. + +## License + +See LICENSE.txt in the source root (BSD). \ No newline at end of file