Skip to content

v0.2.3

Compare
Choose a tag to compare
@aelsabbahy aelsabbahy released this 11 Aug 21:44
· 363 commits to master since this release

Features

In this release

  • Fixed JUNIT outuput format error on some systems #134

Since v0.2.0

  • Breaking Change: Reading from STDIN has to be specified explicitly using goss -g - validate #132
  • Empty test suite results in an error #131
  • Added goss serve command to serve tests as a /healthz endpoint doc
  • Added new flags to allow validate to keep running tests until they pass or a timeout is reached doc
  • Clear cache between goss validate retry runs, this was causing retry to not detect changes.