Allure Maven Plugin

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

License

License

Categories

Categories

Maven Build Tools Dex General Purpose Libraries Utility
GroupId

GroupId

ru.yandex.qatools.allure
ArtifactId

ArtifactId

allure-maven-plugin
Last Version

Last Version

2.6
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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

Project Organization

Yandex
Source Code Management

Source Code Management

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

Download allure-maven-plugin

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.3.9

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
ru.yandex.qatools.matchers : nio-matchers jar 1.3

Project Modules

There are no modules declared in this project.

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

Versions

Version
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