Quiet simple automatic lawn mower engine
This is a maven project so to built it:
$ mvn clean install
You can simply run the program and it will take by default the TEST file in the resources folder
$ mvn exec:java
The project contains some cucumber tests that you can execute as follow:
$ mvn test
REMARK: You will find the feature file for the cucumber tests in the resources folder of the test package You can modify the input information in this file as you wish