Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 16:09
d7a744c

0.2.0 (2026-06-14)

Features

  • added minification of generated report by removing unnecessary whitespaces and linebreaks with regex while preserving contents inside 'pre' tags (ef56e40)
  • added option to use non pretty-printed json in report and have tiny javascript in report to convert raw json into pretty-printed format. This allows to reduce size of html report by about 10K with one large response body and 2 json bodies in assertion (8137e15)
  • added shell command to export test-suite JSON schema to a file (b637fe9)
  • added support for negated tags on command line. (b200c2b)
  • passing --suite=/path/to/file is optional. If not passed will use file test-suite.yml from current directory. If file not found in current directory then displays error. (4bea280)
  • Show assertion error message in terminal UI failure table (deb6780)

Documentation

  • readme: add project overview and usage guide (035db0e)
  • readme: add usage and suite format guide (352ff33)