I wanted to refresh some insights that I got at work regarding integration testing.
This lead me to the Cucumber getting started guide for Java.
I quickly made some changes to the example and reformatted the structure of the code.
Define the step definitions:
Run the tests!
Success!!
It was a very basic exercise but it teaches you the basics that you need to maintain your garden of cucumbers.
Original Source: https://docs.cucumber.io/guides/10-minute-tutorial/
My version on Github: https://github.com/Nxtra/hellocucumber