Download cucumber-testng-factory-1.0.1.jar file - Jar c

Jar examples for c:cucumber-testng-factory

Description

TestNG Integration for the Cucumeber-JVM Testing Framework

You can download jar file cucumber-testng-factory 1.0.1 in this page.

License

Apache License

Build File

You can use the following script to add cucumber-testng-factory-1.0.1.jar to your project.

<dependency>
   <groupId>com.theoryinpractise</groupId>
   <artifactId>cucumber-testng-factory</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.theoryinpractise', name: 'cucumber-testng-factory', version: '1.0.1'
libraryDependencies += "com.theoryinpractise" % "cucumber-testng-factory" % "1.0.1"
<dependency org="com.theoryinpractise" name="cucumber-testng-factory" rev="1.0.1"/>
@Grapes(@Grab(group='com.theoryinpractise', module='cucumber-testng-factory', version='1.0.1'))
'com.theoryinpractise:cucumber-testng-factory:jar:1.0.1'

Download

Click the following link to download the jar file.

cucumber-testng-factory-1.0.1-javadoc.jar
cucumber-testng-factory-1.0.1-sources.jar
cucumber-testng-factory-1.0.1.jar
cucumber-testng-factory-1.0.1.pom



Related Tutorials