License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdcom.hpe.alm.octane |
ArtifactId | ArtifactIdoctane-cucumber-jvm |
Last Version | Last Version15.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionoctane-cucumber-jvm
A plugin to upload cucumber test results into ALM Octane.
The plugin works with the Junit framework that runs cucumber-jvm tests.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.hpe.alm.octane/octane-cucumber-jvm/ -->
<dependency>
<groupId>com.hpe.alm.octane</groupId>
<artifactId>octane-cucumber-jvm</artifactId>
<version>15.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hpe.alm.octane/octane-cucumber-jvm/
implementation 'com.hpe.alm.octane:octane-cucumber-jvm:15.1.0'
// https://jarcasting.com/artifacts/com.hpe.alm.octane/octane-cucumber-jvm/
implementation ("com.hpe.alm.octane:octane-cucumber-jvm:15.1.0")
'com.hpe.alm.octane:octane-cucumber-jvm:jar:15.1.0'
<dependency org="com.hpe.alm.octane" name="octane-cucumber-jvm" rev="15.1.0">
<artifact name="octane-cucumber-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hpe.alm.octane', module='octane-cucumber-jvm', version='15.1.0')
)
libraryDependencies += "com.hpe.alm.octane" % "octane-cucumber-jvm" % "15.1.0"
[com.hpe.alm.octane/octane-cucumber-jvm "15.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.cucumber : cucumber-java | jar | 4.8.1 |
io.cucumber : cucumber-junit | jar | 4.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 3.4 |