You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)