License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring TestNG Unit Testing |
GroupId | GroupIdio.cucumber |
ArtifactId | ArtifactIdcucumber-testng |
Last Version | Last Version7.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: TestNG
Cucumber for the JVM
|
Filename | Size |
---|---|
cucumber-testng-7.4.1.pom | |
cucumber-testng-7.4.1.jar | 18 KB |
cucumber-testng-7.4.1-sources.jar | 11 KB |
cucumber-testng-7.4.1-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cucumber/cucumber-testng/ -->
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-testng</artifactId>
<version>7.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.cucumber/cucumber-testng/
implementation 'io.cucumber:cucumber-testng:7.4.1'
// https://jarcasting.com/artifacts/io.cucumber/cucumber-testng/
implementation ("io.cucumber:cucumber-testng:7.4.1")
'io.cucumber:cucumber-testng:jar:7.4.1'
<dependency org="io.cucumber" name="cucumber-testng" rev="7.4.1">
<artifact name="cucumber-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cucumber', module='cucumber-testng', version='7.4.1')
)
libraryDependencies += "io.cucumber" % "cucumber-testng" % "7.4.1"
[io.cucumber/cucumber-testng "7.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apiguardian : apiguardian-api | jar | 1.1.2 |
io.cucumber : cucumber-core | jar | |
org.testng : testng | jar | 7.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 4.6.1 |
org.hamcrest : hamcrest-core | jar | 2.2 |