It is often useful to show the results of our tests to others people who are not developers, like managers or executive. This tutorial shows how to integrate a Cucumber reporting a Java plugin in Maven project. The result is a simple web page, which does not require a special tool to be read.
bdd
How to Cucumber Java : Wants to quit

Migrating from Simple JUnit Test to Cucumber Java
How to Cucumber : Test Reporting Plugin with Maven and Java
How to Cucumber Java : ReUse Same Scenario for Core, Service and Web UI Tests
An example of unified code to reuse the same functional test scenario. Over unit tests of the core component code, or exposed API and services, and finally the web application UI.
It’s useful for quality: non-regression test, continous integration, fast feedback, short loop, cost reduction, etc.