License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring |
GroupId | GroupIdcom.microfocus.adm.almoctane.bdd |
ArtifactId | ArtifactIdoctane-cucumber-jvm |
Last Version | Last Version1.0.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 |
Filename | Size |
---|---|
octane-cucumber-jvm-1.0.0.pom | |
octane-cucumber-jvm-1.0.0.jar | 22 KB |
octane-cucumber-jvm-1.0.0-sources.jar | 9 KB |
octane-cucumber-jvm-1.0.0-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microfocus.adm.almoctane.bdd/octane-cucumber-jvm/ -->
<dependency>
<groupId>com.microfocus.adm.almoctane.bdd</groupId>
<artifactId>octane-cucumber-jvm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microfocus.adm.almoctane.bdd/octane-cucumber-jvm/
implementation 'com.microfocus.adm.almoctane.bdd:octane-cucumber-jvm:1.0.0'
// https://jarcasting.com/artifacts/com.microfocus.adm.almoctane.bdd/octane-cucumber-jvm/
implementation ("com.microfocus.adm.almoctane.bdd:octane-cucumber-jvm:1.0.0")
'com.microfocus.adm.almoctane.bdd:octane-cucumber-jvm:jar:1.0.0'
<dependency org="com.microfocus.adm.almoctane.bdd" name="octane-cucumber-jvm" rev="1.0.0">
<artifact name="octane-cucumber-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microfocus.adm.almoctane.bdd', module='octane-cucumber-jvm', version='1.0.0')
)
libraryDependencies += "com.microfocus.adm.almoctane.bdd" % "octane-cucumber-jvm" % "1.0.0"
[com.microfocus.adm.almoctane.bdd/octane-cucumber-jvm "1.0.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 |