Download allure-testng-adaptor-1.4.23.jar file

Introduction

You can download allure-testng-adaptor-1.4.23.jar in this page.

License

Open Source

Type List

allure-testng-adaptor-1.4.23.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

Pom

allure-testng-adaptor-1.4.23.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.23</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>

        <!-- Testing -->
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-all</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <scope>test</scope>
        </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>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-nop</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>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>2.6</version>
                <executions>
                    <execution>
                        <id>spi-off</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                        <configuration>
                            <classifier>spi-off</classifier>
                            <excludes>
                                <exclude>**/META-INF/services/**</exclude>
                            </excludes>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>ru.yandex.qatools.allure</groupId>
   <artifactId>allure-testng-adaptor</artifactId>
   <version>1.4.23</version>
</dependency>

Download

If you think the following allure-testng-adaptor-1.4.23.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.23.jar file




PreviousNext

Related