Download cucumber-testng-1.2.0.jar file

Introduction

You can download cucumber-testng-1.2.0.jar in this page.

License

Open Source

Type List

cucumber-testng-1.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/info.cukes/cucumber-testng/pom.properties
META-INF/maven/info.cukes/cucumber-testng/pom.xml
cucumber.api.testng.AbstractTestNGCucumberTests.class
cucumber.api.testng.TestNGCucumberRunner.class
cucumber.api.testng.TestNgReporter.class

Pom

cucumber-testng-1.2.0.pom file content.

<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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>info.cukes</groupId>
        <artifactId>cucumber-jvm</artifactId>
        <relativePath>../pom.xml</relativePath>
        <version>1.2.0</version>
    </parent>

    <artifactId>cucumber-testng</artifactId>
    <packaging>jar</packaging>
    <name>Cucumber-JVM: TestNG</name>

    <dependencies>
        <dependency>
            <groupId>info.cukes</groupId>
            <artifactId>cucumber-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>info.cukes</groupId>
   <artifactId>cucumber-testng</artifactId>
   <version>1.2.0</version>
</dependency>

Download

If you think the following cucumber-testng-1.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cucumber-testng-1.2.0.jar file




PreviousNext

Related