allure-framework / allure-maven

Maven plugin generating Allure report from test results
Apache License 2.0
93 stars 54 forks source link
allure maven maven-plugin reporting

Allure Maven Plugin

Build release-badge

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

Getting Started

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

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

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.10.0</version>
    <configuration>
        <reportVersion>2.14.0</reportVersion>
    </configuration>
</plugin>

Additional information can be found here.

Links

Contacts