Skip to content

Maven plugin generating Allure report from test results

License

Notifications You must be signed in to change notification settings

punitbisht/allure-maven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allure Maven Plugin

Release Maven Central Build Status

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

Getting Started

Reporing section

  • add following lines at your pom.xml
<reporting>
    <excludeDefaults>true</excludeDefaults>
    <plugins>
        <plugin>
            <groupId>io.qameta.allure</groupId>
            <artifactId>allure-maven</artifactId>
            <version>2.8</version>
        </plugin>
    </plugins>
</reporting>
  • mvn clean test - run your tests
  • mvn site - generate report

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

Links

Contacts

About

Maven plugin generating Allure report from test results

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 61.5%
  • Groovy 15.4%
  • Shell 12.9%
  • Batchfile 10.2%