JBehave is a collection of extension for JBehave that extend its capabilities in ways related to HTTP and the web.
- Web-Selenium. Bindings to Selenium 1.0 and 2.0 allowing JBehave operate on web-sites.
- Web-Runner. A web-app that allow the synchronous experimental running of stories for non-developers.
- Web-Queue. A Web-interface for the enqueing of stories to be run later.
Canonical information for JBehave:
- News.
- Documentation.
- User mail-list
- Jars in Maven Repositories
Please report issues, feature requests on the Codehaus issue tracker or discuss them on the dev mail-list.
Keep an eye on the Bamboo Continuous Integration server for JBehave builds.
JDK required: 5.0 (or above) Maven required (2.2.1 or above, 3.0 or above for reporting).
Configure IDE to use UTF-8 for all files Configure Maven by adding "-Dfile.encoding=UTF-8" to $MAVEN_OPTS
Maven is supported in Intellij IDEA out-of-the-box Maven is supported in Eclipse via m2eclipse plugin
A regular Maven build will suffice:
mvn install
- default: builds all releasable modules
- examples: builds all headless examples
- reporting: builds reports
- distribution: builds distribution (documentation)
Note: profiles are additive and the default profile is always active.
mvn install -Pexamples
mvn install -Preporting,distribution
mvn release:prepare -Preporting,distribution
mvn release:perform -Preporting,distribution
See also the jbehave-core sister project for web extensions to JBehave, and jbehave-tutorial for a decent example of JBehave testing of a web application.
See LICENSE.txt in the source root (BSD).