cucumber-parent
Parent pom.xml
for all Cucumber Java modules. This configures plugins used in all modules, simplifying the amount of boilerplate XML.
License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring TestNG Unit Testing |
GroupId | GroupIdinfo.cukes |
ArtifactId | ArtifactIdcucumber-testng |
Last Version | Last Version1.2.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCucumber-JVM: TestNG
Common configuration for all Cucumber modules
|
Filename | Size |
---|---|
cucumber-testng-1.2.6.pom | 702 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/info.cukes/cucumber-testng/ -->
<dependency>
<groupId>info.cukes</groupId>
<artifactId>cucumber-testng</artifactId>
<version>1.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/info.cukes/cucumber-testng/
implementation 'info.cukes:cucumber-testng:1.2.6'
// https://jarcasting.com/artifacts/info.cukes/cucumber-testng/
implementation ("info.cukes:cucumber-testng:1.2.6")
'info.cukes:cucumber-testng:pom:1.2.6'
<dependency org="info.cukes" name="cucumber-testng" rev="1.2.6">
<artifact name="cucumber-testng" type="pom" />
</dependency>
@Grapes(
@Grab(group='info.cukes', module='cucumber-testng', version='1.2.6')
)
libraryDependencies += "info.cukes" % "cucumber-testng" % "1.2.6"
[info.cukes/cucumber-testng "1.2.6"]
Parent pom.xml
for all Cucumber Java modules. This configures plugins used in all modules, simplifying the amount of boilerplate XML.