License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring TestNG Unit Testing |
GroupId | GroupIdcom.github.harry389 |
ArtifactId | ArtifactIdcucumber-testng |
Last Version | Last Version5.0.5-RC3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: TestNG
Cucumber for the JVM
|
Filename | Size |
---|---|
cucumber-testng-5.0.5-RC3.pom | |
cucumber-testng-5.0.5-RC3.jar | 21 KB |
cucumber-testng-5.0.5-RC3-sources.jar | 12 KB |
cucumber-testng-5.0.5-RC3-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.harry389/cucumber-testng/ -->
<dependency>
<groupId>com.github.harry389</groupId>
<artifactId>cucumber-testng</artifactId>
<version>5.0.5-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.harry389/cucumber-testng/
implementation 'com.github.harry389:cucumber-testng:5.0.5-RC3'
// https://jarcasting.com/artifacts/com.github.harry389/cucumber-testng/
implementation ("com.github.harry389:cucumber-testng:5.0.5-RC3")
'com.github.harry389:cucumber-testng:jar:5.0.5-RC3'
<dependency org="com.github.harry389" name="cucumber-testng" rev="5.0.5-RC3">
<artifact name="cucumber-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.harry389', module='cucumber-testng', version='5.0.5-RC3')
)
libraryDependencies += "com.github.harry389" % "cucumber-testng" % "5.0.5-RC3"
[com.github.harry389/cucumber-testng "5.0.5-RC3"]
Group / Artifact | Type | Version |
---|---|---|
org.apiguardian : apiguardian-api | jar | 1.1.0 |
io.cucumber : cucumber-core | jar | 5.0.0-RC3 |
io.cucumber : cucumber-gherkin | jar | 5.0.0-RC3 |
io.cucumber : cucumber-gherkin-vintage | jar | 5.0.0-RC3 |
io.cucumber : cucumber-plugin | jar | 5.0.0-RC3 |
io.cucumber : docstring | jar | 5.0.0-RC3 |
org.testng : testng | jar | 7.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.0.0 |
org.hamcrest : hamcrest-core | jar | 2.1 |