| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools Cucumber Application Testing & Monitoring Net Reporting Business Logic Libraries |
| GroupId | GroupIdnet.masterthought |
| ArtifactId | ArtifactIdmaven-cucumber-reporting |
| Last Version | Last Version5.7.0 |
| Release Date | Release Date |
| Type | Typemaven-plugin |
| Description |
Descriptionmaven-cucumber-reporting
This project provides a maven mojo for using cucumber-reporting to publish pretty html reports for Cucumber.
It works by generating html from the cucumber json report formatter.
So can be used anywhere a json report is generated. Current use is in the cucumber jenkins
plugin and a maven mojo to generate the same report from mvn command line when running locally.
|
| Project URL |
Project URL |
<plugin>
<groupId>net.masterthought</groupId>
<artifactId>maven-cucumber-reporting</artifactId>
<version>5.7.0</version>
</plugin>
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.8.5 |
| net.masterthought : cucumber-reporting | jar | 5.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| junit : junit | jar | 4.13.2 |