First Versioned Release
Highlights:
- Coyote now has a version and can print it. Useful to know on which version you are.
UNIQUE_
vars now are supported by regexp checks (stdout_has, stdout_not_has, stderr_has, stderr_not_has)- Fix panic on empty command. Now exits with code 255. Also 255 exit code will be a generic exit code which indicates that something wrong went with coyote (instead of the tests).
- Default configuration file is now
coyote.yml
and default outputcoyote.html
. So add acoyote.yml
to your repo and run your tests just by runningcoyote
with no extra arguments.