julianGoh17 / simple-e2e

A modular end to end framework to easily create tests and debug failures.
0 stars 0 forks source link

21 make binary configurable #22

Closed julianGoh17 closed 4 years ago

julianGoh17 commented 4 years ago

Created a CLI for the simple-e2e project which allows users to now specify which test they would like to use and run specific stages from that test. This commit also adds a bunch of logging to the project (which was previously missing) and one of the abilities of the CLI is to control the logging level of the project.

This commit now allows a good base to continue working on as this project is the MVP and ready to ship if need be. Documentation is still needed to explain how to add to the binary and etc but otherwise it is ready to go.

Closes: #21

Signed-off-by: Julian Goh juliangohsl@gmail.com