| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
JBehave 5 story reporter integration for Allure Java.
Use this module when your BDD tests run on JBehave 5 and you want stories, scenarios, examples, and steps to appear in Allure Report.
Gradle:
dependencies {
testImplementation(platform("io.qameta.allure:allure-bom:<allure-version>"))
testImplementation("io.qameta.allure:allure-jbehave5")
}Maven, with allure-bom imported in dependency management:
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-jbehave5</artifactId>
<scope>test</scope>
</dependency>Register io.qameta.allure.jbehave5.AllureJbehave5 as a JBehave story reporter in your JBehave configuration.
| Back | FazBrowse Home | New Git URL |