MVN

ru.yandex.qatools.allure : allure-testng-plugin

Maven & Gradle

Jan 13, 2014
716 stars

Allure TestNG Plugin

<plugin>
    <groupId>ru.yandex.qatools.allure</groupId>
    <artifactId>allure-testng-plugin</artifactId>
    <version>1.2.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.yandex.qatools.allure : allure-testng-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.4
  • Latest Release Candidate: 1.3.0.RC2

All Versions

Choose a version of ru.yandex.qatools.allure : allure-testng-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
allure-testng-plugin-1.3.0.RC2
allure-testng-plugin-1.3.0.RC1
1.2.x
allure-testng-plugin-1.2.4
allure-testng-plugin-1.2.3
allure-testng-plugin-1.2.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>ru.yandex.qatools.allure</groupId>
    <artifactId>allure-testng-plugin</artifactId>
    <version>1.2.4</version>
</plugin>