JBehave Web Selenium

Selenium and WebDriver API bindings for JBehave

License

License

GroupId

GroupId

org.jbehave.web
ArtifactId

ArtifactId

jbehave-web-selenium
Last Version

Last Version

4.0-beta-1
Release Date

Release Date

Type

Type

jar
Description

Description

JBehave Web Selenium
Selenium and WebDriver API bindings for JBehave

Download jbehave-web-selenium

How to add to project

<!-- https://jarcasting.com/artifacts/org.jbehave.web/jbehave-web-selenium/ -->
<dependency>
    <groupId>org.jbehave.web</groupId>
    <artifactId>jbehave-web-selenium</artifactId>
    <version>4.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbehave.web/jbehave-web-selenium/
implementation 'org.jbehave.web:jbehave-web-selenium:4.0-beta-1'
// https://jarcasting.com/artifacts/org.jbehave.web/jbehave-web-selenium/
implementation ("org.jbehave.web:jbehave-web-selenium:4.0-beta-1")
'org.jbehave.web:jbehave-web-selenium:jar:4.0-beta-1'
<dependency org="org.jbehave.web" name="jbehave-web-selenium" rev="4.0-beta-1">
  <artifact name="jbehave-web-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbehave.web', module='jbehave-web-selenium', version='4.0-beta-1')
)
libraryDependencies += "org.jbehave.web" % "jbehave-web-selenium" % "4.0-beta-1"
[org.jbehave.web/jbehave-web-selenium "4.0-beta-1"]

Dependencies

compile (9)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.3.1
org.seleniumhq.selenium : selenium-leg-rc jar 3.3.1
org.seleniumhq.selenium.fluent : fluent-selenium Optional jar 1.17
com.google.guava : guava Optional jar 21.0
org.freemarker : freemarker Optional jar 2.3.23
org.picocontainer : picocontainer Optional jar 2.15
com.codeborne : phantomjsdriver jar 1.4.1
org.jbehave : jbehave-core jar 4.1
org.apache.maven.skins : maven-default-skin Optional jar 1.0

test (1)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.

JBehave-Web

JBehave is a collection of extension for JBehave that extend its capabilities in ways related to HTTP and the web.

JBehave logo

Modules

  1. Web-Selenium. Bindings to Selenium 1.0 and 2.0 allowing JBehave operate on web-sites.
  2. Web-Runner. A web-app that allow the synchronous experimental running of stories for non-developers.
  3. Web-Queue. A Web-interface for the enqueing of stories to be run later.

Using

Canonical information for JBehave:

  1. Documentation.
  2. User mailing list

Contributing and Developing

Please report issues, feature requests on JIRA issue tracker or discuss them on the dev mailing list.

Depended-on Technologies

JDK required: 1.7 (or above) Maven required (3.0 or above).

Encoding

Configure IDE to use UTF-8 for all files Configure Maven by adding "-Dfile.encoding=UTF-8" to $MAVEN_OPTS

IDE Integration

Maven is supported in Intellij IDEA out-of-the-box Maven is supported in Eclipse out-of-the-box

Building

A regular Maven build will suffice:

mvn install

Maven Build Profiles

  • default: builds all releasable modules
  • examples: builds all headless examples

Maven Build Profiles used during release cycle

  • reporting: builds reports
  • distribution: builds distribution (documentation)

Note: profiles are additive and the default profile is always active.

Example Profile Usages

Build Core and all Examples

mvn install -Pexamples

Build with Reporting and Distribution

mvn install -Preporting,distribution 

Building a Release with Maven

mvn release:prepare -Preporting,distribution 
mvn release:perform -Preporting,distribution

Related

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.

License

See LICENSE.txt in the source root (BSD).

Versions

Version
4.0-beta-1
3.6-beta-2
3.6-beta-1
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5
3.5-beta-3
3.5-beta-2
3.5-beta-1
3.4.3
3.4.2
3.4.1
3.4
3.4-beta-2
3.4-beta-1
3.3.4
3.3.3
3.3.2
3.3.1
3.3
3.3-beta-3
3.3-beta-2
3.3-beta-1
3.2
3.2-beta-4
3.2-beta-3
3.2-beta-2
3.2-beta-1
3.1.1
3.1
3.1-beta-2
3.1-beta-1
3.0
3.0-rc2
3.0-rc1
3.0-beta-6
3.0-beta-5
3.0-beta-4
3.0-beta-3
3.0-beta-2
3.0-beta-1
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1
2.0.1
2.0
2.0-rc2
2.0-rc1
2.0-beta-5
2.0-beta-4
2.0-beta-3
2.0-beta-2
2.0-beta-1