All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- None
- Check for node version
- Added Integration tests
- Updated to have more consistent error messages
- BATS Tests & Travis CI
- Example Config
- Check Newman is installed
- Updated to Newman 3 CLI Args
- Enforced webhook arg
- Removed
--no_color
arg - Removed
--url
arg - Removed
--summary
arg - Changed
--slack_webhook
to--webhook
- Changed
--newman_command
to--webhook
- Changed Config var
env
toenvironment
- Added long args for each arg
- Added increasing verbosity
- Cleaned up code
- Added config file input for environment separation.
- Added better error message handling.
- Fixed argument validation bug.
- Fixed bug causing script to fail for verbose and summary args.
- Added check for errors in bash.
- Removed file dependency by using variables instead of temporary files.
- Removed unnecessary file parsing.
- Cleaned up internal variable handling.
- First Add