| License |
License |
|---|---|
| Categories |
CategoriesCucumber Application Testing & Monitoring Reporting Business Logic Libraries |
| GroupId | GroupIdme.jvt.cucumber |
| ArtifactId | ArtifactIdreporting-plugin |
| Last Version | Last Version7.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCucumber reporting plug-in
A plug-in for Cucumber JVM that renders an HTML report
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| reporting-plugin-7.3.0.pom | |
| reporting-plugin-7.3.0.jar | 8 KB |
| reporting-plugin-7.3.0-sources.jar | 6 KB |
| reporting-plugin-7.3.0-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.jvt.cucumber/reporting-plugin/ -->
<dependency>
<groupId>me.jvt.cucumber</groupId>
<artifactId>reporting-plugin</artifactId>
<version>7.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.jvt.cucumber/reporting-plugin/
implementation 'me.jvt.cucumber:reporting-plugin:7.3.0'
// https://jarcasting.com/artifacts/me.jvt.cucumber/reporting-plugin/
implementation ("me.jvt.cucumber:reporting-plugin:7.3.0")
'me.jvt.cucumber:reporting-plugin:jar:7.3.0'
<dependency org="me.jvt.cucumber" name="reporting-plugin" rev="7.3.0">
<artifact name="reporting-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.jvt.cucumber', module='reporting-plugin', version='7.3.0')
)
libraryDependencies += "me.jvt.cucumber" % "reporting-plugin" % "7.3.0"
[me.jvt.cucumber/reporting-plugin "7.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.cucumber : cucumber-core | jar | |
| io.cucumber : gherkin | jar | |
| net.masterthought : cucumber-reporting | jar | 5.7.0 |