Allure Jbehave Reporter

This reporter allows to generate allure xml reports after Jbehave test execution. (Scenario -> Test)

Лицензия

Лицензия

Группа

Группа

io.tapack
Идентификатор

Идентификатор

allure-jbehave-reporter
Последняя версия

Последняя версия

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Allure Jbehave Reporter
This reporter allows to generate allure xml reports after Jbehave test execution. (Scenario -> Test)
Ссылка на сайт

Ссылка на сайт

https://github.com/tapack/allure-jbehave-reporter
Система контроля версий

Система контроля версий

https://github.com/tapack/allure-jbehave-reporter

Скачать allure-jbehave-reporter

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jbehave : jbehave-core jar 3.9.3
ru.yandex.qatools.allure : allure-java-adaptor-api jar 1.4.23

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

release Maven Central

Allure JBehave Reporter

This reporter allows to generate allure xml reports after JBehave test execution. (Scenario -> Test)

Is other mapping:

  • Story -> Allure Test Suite
  • Scenario -> Allure Test Case
  • Step -> Allure Step
  • Scenario with Examples -> Allure Test Cases

Usage

Simply add allure-jbehave-reporter as dependency to your project and add it to your JBehave configuration.

Example

public class BaseStory extends JUnitStory {

    @Override
    public Configuration configuration() {
        if (super.hasConfiguration()) {
            return super.configuration();
        }
        return new MostUsefulConfiguration()
                .useStoryReporterBuilder(new StoryReporterBuilder()
                        .withDefaultFormats()
                        .withFormats(CONSOLE)
                        .withReporters(new AllureReporter()));
    }

}
io.tapack

Версии библиотеки

Версия
0.1