talisman
talisman copied to clipboard
Need functional tests
Golang code has test coverage, but all the bash-driven functionalities are manually tested. We need functional tests to validate how the binary works. Things to consider:
- How do we test across different OS's?
- The environment should be spun up/down on runtime
- Functional tests should be configured to run before the release is declared stable