Skip to content

First Versioned Release

Compare
Choose a tag to compare
@andmarios andmarios released this 03 Oct 09:08
· 78 commits to master since this release
v1.0
cc30450

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 output coyote.html. So add a coyote.yml to your repo and run your tests just by running coyote with no extra arguments.