Releases: blippar/aragorn
Releases · blippar/aragorn
Release 1.3.2
Release 1.3.1
Bug fixes
- testsuite/httpexpect: fix sub ref in json schema field
Release 1.3.0
New Features
- add URL templating / stateful tests
Bug fixes
- add prune options in Gopkg.toml
Release 1.2.0
New Features
- Add grpcexpect testsuite package.
- cmd/aragorn: add option filter for exec and list cmds and timeout for exec cmd
- cmd/aragorn: init cmd: print all the available test suites types and output an example test for the type
- add the project's logo from @Malenea
Bug fixes
- httpexpect: update status code check to be ignored if the value is -1
- cmd/aragorn: main func handle errors first
- remove TODO.md
- add check command in Makefile
- add pkg util/json to merge duplicate code in server and testsuite sub pkgs, add DisallowUnknownFields on the decoder to fix #17
- cmd/aragorn: do not print something went wrong error
- notifier: add test report reset
- server: fix retry policy by resetting the test report if we can retry
- server: fix #16 (make the suite path in the config file relative to the config path)
- server: add options on NewSuite* to override the SuiteConfig
Release 1.1.0
- add Tracing from JaegerTracing.io
- plugin: add Suite Plugin system
- notifiers: add Notifiers system
- testsuite/httpexpect: add Timeout setting
- cmd/aragorn: run now takes a separate Config
- cmd/aragorn: display all the tests in the suites in list cmd
- cmd/aragorn: add init command
- cmd/aragorn: add watch command
- cmd/aragorn: update exec command to return an error exit code if something fail
Release 1.0.0
- TestSuites capable of testing HTTP request for following :
- Response Status Code
- Response Headers
- A specific JSON document or Binary document (via $raw)
- A JSON schema
- Some JSON values
- Console logs output
- Slack notifier