License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Cucumber Application Testing & Monitoring TestNG Unit Testing |
GroupId | GroupIdcom.github.prasanta-biswas |
ArtifactId | ArtifactIdtestng-cucumber |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: TestNG Scenarios Support
Supports runnig cucumber scenarion as testng test
|
Project URL |
Project URL |
Filename | Size |
---|---|
testng-cucumber-1.0.0.pom | |
testng-cucumber-1.0.0.jar | 13 KB |
testng-cucumber-1.0.0-sources.jar | 9 KB |
testng-cucumber-1.0.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.prasanta-biswas/testng-cucumber/ -->
<dependency>
<groupId>com.github.prasanta-biswas</groupId>
<artifactId>testng-cucumber</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prasanta-biswas/testng-cucumber/
implementation 'com.github.prasanta-biswas:testng-cucumber:1.0.0'
// https://jarcasting.com/artifacts/com.github.prasanta-biswas/testng-cucumber/
implementation ("com.github.prasanta-biswas:testng-cucumber:1.0.0")
'com.github.prasanta-biswas:testng-cucumber:jar:1.0.0'
<dependency org="com.github.prasanta-biswas" name="testng-cucumber" rev="1.0.0">
<artifact name="testng-cucumber" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prasanta-biswas', module='testng-cucumber', version='1.0.0')
)
libraryDependencies += "com.github.prasanta-biswas" % "testng-cucumber" % "1.0.0"
[com.github.prasanta-biswas/testng-cucumber "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
info.cukes : cucumber-core | jar | 1.2.5 |
info.cukes : cucumber-java | jar | 1.2.5 |
org.testng : testng | jar | 6.10 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |