commit 0bb2859f29d042616cd1f8088216c959b1b0c61b
Author: Mauro Talevi <[email protected]>
AuthorDate: Sat Apr 28 17:23:08 2012 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Sat Apr 28 17:23:08 2012 +0200
Updated README.
diff --git a/README.md b/README.md
index bd014df..3ec1f4a 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-# JBehave Tutorials
+# JBehave Selenium Tutorials on the Etsy.com website
-Using [jbehave-core](jbehave-core) and [jbehave-web](jbehave-web) against
pre-existing website [etsy.com](http://etsy.com)
+Using [jbehave-core](http://github.com/jbehave/jbehave-core),
[jbehave-web](http://github.com/jbehave/jbehave-web), and
[Selenium](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 'etsy-stories-groovy-pico' runs (via mvn) stories using steps
written in Groovy and composed using Pico.
-2. The module 'etsy-stories-java-spring' runs (via mvn) stories using steps
written in Java and composed using Spring.
-3. The module 'etsy-web-runner' is a simple webapp that allows generic stories
to be run. Note the app is not multiuser and not does support asynchronous
+1. The module 'etsy-selenium' runs (via maven) stories verifying the behaviour
of Etsy.com. It uses Selenium to drive the web interaction and it has
different sub-modules
+depending on the language and dependency injection framework used: Groovy
composed using Pico or Java composed using Spring.
+2. The module 'etsy-web-runner' is a simple webapp that allows generic stories
to be run. Note the app is not multiuser and not does support asynchronous
execution. It is not appropriate to run long-running stories. It is also
useful as a web front-end to the DSL syntax defined in your steps.
## License
diff --git a/etsy-selenium/README.md b/etsy-selenium/README.md
index 60740e6..017f56a 100644
--- a/etsy-selenium/README.md
+++ b/etsy-selenium/README.md
@@ -1,6 +1,6 @@
# JBehave Selenium Tutorials on the Etsy.com website
-These tutorial projects use
[jbehave-core](http://github.com/jbehave/jbehave-core),
[jbehave-web](http://github.com/jbehave/jbehave-web), and
[Selenium2](http://seleniumhq.org/) to test the public website
[etsy.com](http://etsy.com) to test it's shopping cart.
+These tutorial projects use
[jbehave-core](http://github.com/jbehave/jbehave-core),
[jbehave-web](http://github.com/jbehave/jbehave-web), and
[Selenium](http://seleniumhq.org/) to test the public 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" />