Skip to content

Releases: blippar/aragorn

Release 1.3.2

12 Jun 23:44
b42678b

Choose a tag to compare

New features

  • Add LICENSE file

Bug fixes

  • testsuite/grpcexpect: add support for bytes field in grpc request/response docs
  • fix exec cmd timeout

Release 1.3.1

09 Apr 22:59
e57deae

Choose a tag to compare

Bug fixes

  • testsuite/httpexpect: fix sub ref in json schema field

Release 1.3.0

09 Apr 22:54
ae950c6

Choose a tag to compare

New Features

  • add URL templating / stateful tests

Bug fixes

  • add prune options in Gopkg.toml

Release 1.2.0

21 Mar 22:43
079b7ab

Choose a tag to compare

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

03 Mar 01:21
37b983e

Choose a tag to compare

  • 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

03 Mar 01:21
28cff58

Choose a tag to compare

  • 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