Allure Maven Plugin

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Dex Универсальные библиотеки Utility
Группа

Группа

ru.yandex.qatools.allure
Идентификатор

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

allure-maven-plugin
Последняя версия

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

2.6
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Allure Maven Plugin
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Организация-разработчик

Организация-разработчик

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

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

https://github.com/allure-framework/allure-maven-plugin

Скачать allure-maven-plugin

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

<plugin>
    <groupId>ru.yandex.qatools.allure</groupId>
    <artifactId>allure-maven-plugin</artifactId>
    <version>2.6</version>
</plugin>

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
ru.yandex.qatools.clay : clay-aether jar 2.5
org.apache.httpcomponents : httpclient jar 4.5.3
org.apache.maven : maven-core jar 3.3.9
org.apache.maven.reporting : maven-reporting-impl jar 2.4
commons-beanutils : commons-beanutils jar 1.9.3
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2
org.apache.maven.plugins : maven-jxr-plugin jar 2.5

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 3.3.9

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
ru.yandex.qatools.matchers : nio-matchers jar 1.3

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

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

Allure Maven Plugin build-badge release-badge bintray-badge

This plugin generates Allure report by existing XML files during Maven build process.

Getting Started

  • Add following lines into your pom.xml build section:
<plugin>
    <groupId>io.qameta.allure</groupId>
    <artifactId>allure-maven</artifactId>
    <version>2.9</version>
</plugin>
  • mvn clean test - run your tests

You can generate a report using one of the following command:

  • mvn allure:serve

Report will be generated into temp folder. Web server with results will start.

  • mvn allure:report

Report will be generated tо directory: target/site/allure-maven/index.html

Configuration

You can configurate allure version like here:

<plugin>
    <groupId>io.qameta.allure</groupId>
    <artifactId>allure-maven</artifactId>
    <version>2.8</version>
    <configuration>
        <reportVersion>2.3.1</reportVersion>
    </configuration>
</plugin>

Additional information can be found here.

Links

Contacts

ru.yandex.qatools.allure

Allure Framework

A flexible lightweight multi-language test report tool

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

Версия
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.4.0
1.4.0.RC9
1.4.0.RC8
1.4.0.RC7
1.4.0.RC6
1.4.0.RC5
1.4.0.RC4
1.4.0.RC3
1.4.0.RC2
1.4.0.RC1
1.3.9
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.3.0.RC3
1.3.0.RC2
1.3.0.RC1
1.2.4
1.2.3
1.2.2