Selling pyramids: complete
cucumber example testing the input and output of a simple console
application. Assuming Cucumber and Java 8 have been installed, unpack the
Zip file and execute ./run-cucumber. The output should be along
the lines of
...
1 Scenarios (1 passed)
3 Steps (3 passed)
0m0.178s
Alternatively, install Docker and run
docker build ./
Again, there should be 1 scenario with 3 steps that all pass.