Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 693 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 693 Bytes

Mower

Quiet simple automatic lawn mower engine

Quick start

Alt text

Build the project

This is a maven project so to built it:

$ mvn clean install

Run the program

You can simply run the program and it will take by default the TEST file in the resources folder

$ mvn exec:java

Run the tests

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