License |
License
Apache License
|
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring TestNG Unit Testing |
GroupId | GroupIdcom.theoryinpractise |
ArtifactId | ArtifactIdcucumber-testng-factory |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncucumber-testng-factory
TestNG Integration for the Cucumeber-JVM Testing Framework
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.theoryinpractise/cucumber-testng-factory/ -->
<dependency>
<groupId>com.theoryinpractise</groupId>
<artifactId>cucumber-testng-factory</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.theoryinpractise/cucumber-testng-factory/
implementation 'com.theoryinpractise:cucumber-testng-factory:1.0.1'
// https://jarcasting.com/artifacts/com.theoryinpractise/cucumber-testng-factory/
implementation ("com.theoryinpractise:cucumber-testng-factory:1.0.1")
'com.theoryinpractise:cucumber-testng-factory:jar:1.0.1'
<dependency org="com.theoryinpractise" name="cucumber-testng-factory" rev="1.0.1">
<artifact name="cucumber-testng-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theoryinpractise', module='cucumber-testng-factory', version='1.0.1')
)
libraryDependencies += "com.theoryinpractise" % "cucumber-testng-factory" % "1.0.1"
[com.theoryinpractise/cucumber-testng-factory "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.1 |
info.cukes : cucumber-java | jar | 1.1.3 |