/jbehave-tutorials

This repository contains tutorials for JBehave BDD based test cases

Primary LanguageJava

Jbehave Tutorials

Prerequisites

  1. JDK 1.6 or above
  2. Maven 2.1 or above
  3. Install latest version of Chrome/Firefox browser. Default is Chrome browser.

Run

  1. Run with the following maven command

mvn clean test

  1. Run with JBehave IDE plugin available for Eclipse and IntelliJ IDEA

Note:

  1. Update user name and password of facebook_status_post.story to run successfully
  2. To run in GUI mode change headless property in pom.xml to false

----Tested with Chrome browser in Mac OS----