cucumber-metrics
Cucumber Metrics report allows for the use of your methods ( java) Cucumber.
See official PR: https://github.com/cucumber/cucumber-jvm/pull/1057
License |
License |
---|---|
Categories |
CategoriesCucumber Application Testing & Monitoring Metrics Monitoring |
GroupId | GroupIdcom.github.noraui |
ArtifactId | ArtifactIdcucumber-metrics |
Last Version | Last Version2.1.0.R2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCucumber-JVM: Metrics
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
cucumber-metrics-2.1.0.R2.pom | |
cucumber-metrics-2.1.0.R2.jar | 28 KB |
cucumber-metrics-2.1.0.R2-sources.jar | 21 KB |
cucumber-metrics-2.1.0.R2-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.noraui/cucumber-metrics/ -->
<dependency>
<groupId>com.github.noraui</groupId>
<artifactId>cucumber-metrics</artifactId>
<version>2.1.0.R2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.noraui/cucumber-metrics/
implementation 'com.github.noraui:cucumber-metrics:2.1.0.R2'
// https://jarcasting.com/artifacts/com.github.noraui/cucumber-metrics/
implementation ("com.github.noraui:cucumber-metrics:2.1.0.R2")
'com.github.noraui:cucumber-metrics:jar:2.1.0.R2'
<dependency org="com.github.noraui" name="cucumber-metrics" rev="2.1.0.R2">
<artifact name="cucumber-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.noraui', module='cucumber-metrics', version='2.1.0.R2')
)
libraryDependencies += "com.github.noraui" % "cucumber-metrics" % "2.1.0.R2"
[com.github.noraui/cucumber-metrics "2.1.0.R2"]
Group / Artifact | Type | Version |
---|---|---|
io.cucumber : cucumber-guice | jar | 2.1.0 |
io.cucumber : cucumber-junit | jar | 2.1.0 |
io.cucumber : cucumber-java | jar | 2.1.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
junit : junit | jar | 4.12 |
com.google.inject : guice | jar | 4.0 |
Cucumber Metrics report allows for the use of your methods ( java) Cucumber.
See official PR: https://github.com/cucumber/cucumber-jvm/pull/1057