Download allure-junit-adaptor-1.4.11.jar file

Introduction

You can download allure-junit-adaptor-1.4.11.jar in this page.

License

Open Source

Type List

allure-junit-adaptor-1.4.11.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/ru.yandex.qatools.allure/allure-junit-adaptor/pom.properties
META-INF/maven/ru.yandex.qatools.allure/allure-junit-adaptor/pom.xml
META-INF/services/org.junit.runner.notification.RunListener
ru.yandex.qatools.allure.junit.AllureRunListener.class

Pom

allure-junit-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-junit-adaptor</artifactId>
    <name>Allure jUnit Adaptor</name>

    <dependencies>
        <dependency>
            <groupId>ru.yandex.qatools.allure</groupId>
            <artifactId>allure-java-aspects</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>compile</scope>
        </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>
    </dependencies>

    <build>
        <plugins>
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-surefire-plugin</artifactId>
               <version>2.14</version>
               <configuration>
                   <excludes>
                       <exclude>**/testdata/**</exclude>
                   </excludes>
               </configuration>
           </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>ru.yandex.qatools.allure</groupId>
   <artifactId>allure-junit-adaptor</artifactId>
   <version>1.4.11</version>
</dependency>

Download

If you think the following allure-junit-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-junit-adaptor-1.4.11.jar file




PreviousNext

Related