You can download allure-testng-adaptor-1.4.11.jar in this page.
Open Source
allure-testng-adaptor-1.4.11.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/ru.yandex.qatools.allure/allure-testng-adaptor/pom.properties META-INF/maven/ru.yandex.qatools.allure/allure-testng-adaptor/pom.xml META-INF/services/org.testng.ITestNGListener ru.yandex.qatools.allure.testng.AllureTestListener.class
allure-testng-adaptor-1.4.11.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>allure-core</artifactId> <groupId>ru.yandex.qatools.allure</groupId> <version>1.4.11</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>allure-testng-adaptor</artifactId> <name>Allure TestNG Adaptor</name> <dependencies> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8</version> </dependency> <dependency> <groupId>ru.yandex.qatools.allure</groupId> <artifactId>allure-java-aspects</artifactId> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> </dependency> <dependency> <groupId>ru.yandex.qatools.allure</groupId> <artifactId>allure-commons</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.16</version> <dependencies> <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-junit47</artifactId> <version>2.16</version> </dependency> </dependencies> </plugin> </plugins> </build> </project>
<dependency> <groupId>ru.yandex.qatools.allure</groupId> <artifactId>allure-testng-adaptor</artifactId> <version>1.4.11</version> </dependency>
If you think the following allure-testng-adaptor-1.4.11.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download allure-testng-adaptor-1.4.11.jar file