- Set min node engine to >= 4.0.0
- Add build reports to readme
- Add fixture file support
- Fix undefined message on error logging
- Fix fixtures directories should be copied once per test file
- Fix test result checking, test execution data is now stored per file per command
- Add parameter support for test commands
- Cmdt no longer breaks when YAML file is empty
- Fix test command execution error propagation
- Change min node engine to >= 0.10.0
- Fix failure debug should show up before summary
- Add test execution directory to debug info
- Add stdout and stderr test fields
- Add environment variables to test commands parameters
- Add test fixtures support
- Fix sample test file on README.
- Change test file format to YAML
- Command execution error no longer results in cmdt error
- Log temporary directory on debug
- Add init command
- Use the number of test failures as cmdt exit code
- Sandbox test executions to a temporary directory
- Add description field
- Fix undefined command due to incorrect command field
- Initial version