gazbert / bxbot-jbehave

JBehave acceptance tests for BX-bot's REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BX-bot JBehave

What is BX-bot JBehave?

BX-bot JBehave is a suite of BDD acceptance tests for BX-bot's REST API.

Usage

You'll need openjdk-11-jdk or Oracle JDK 11 installed on your machine.

  1. Start an instance of BX-bot and note the REST API base URI and user credentials.
  2. Update the ./src/test/resources/restapi-config.properties if you need to.

Maven

  1. From the project root, run ./mvnw clean install
  2. Take a look at the JBehave test reports in the ./target/jbehave/view/report.html file after the build completes.

Gradle

  1. Set the ./src/test/resources/jbehave.properties jbehave.report.dir property for Gradle.
  2. From the project root, run ./gradlew build
  3. Take a look at the JBehave test reports in the ./build/jbehave/view/report.html file after the build completes.

Issue & Change Management

Issues and new features are managed using the project Issue Tracker - submit bugs here.

You are welcome to take on new features or fix bugs! See here for how to get involved.

For help and general questions about BX-bot, check out the Gitter channel.

About

JBehave acceptance tests for BX-bot's REST API.

License:MIT License


Languages

Language:Java 94.7%Language:Gherkin 5.3%