| License |
License |
|---|---|
| GroupId | GroupIdio.tapack |
| ArtifactId | ArtifactIdallure-jbehave-reporter |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionAllure Jbehave Reporter
This reporter allows to generate allure xml reports after Jbehave test execution. (Scenario -> Test)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.tapack/allure-jbehave-reporter/ -->
<dependency>
<groupId>io.tapack</groupId>
<artifactId>allure-jbehave-reporter</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.tapack/allure-jbehave-reporter/
implementation 'io.tapack:allure-jbehave-reporter:0.1'
// https://jarcasting.com/artifacts/io.tapack/allure-jbehave-reporter/
implementation ("io.tapack:allure-jbehave-reporter:0.1")
'io.tapack:allure-jbehave-reporter:jar:0.1'
<dependency org="io.tapack" name="allure-jbehave-reporter" rev="0.1">
<artifact name="allure-jbehave-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tapack', module='allure-jbehave-reporter', version='0.1')
)
libraryDependencies += "io.tapack" % "allure-jbehave-reporter" % "0.1"
[io.tapack/allure-jbehave-reporter "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jbehave : jbehave-core | jar | 3.9.3 |
| ru.yandex.qatools.allure : allure-java-adaptor-api | jar | 1.4.23 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |