Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

73 lines (45 loc) · 1.2 KB

CHANGELOG

v1.0.2

Add

  • assert: header_exists/cookie_exists/body_icontains/body_matches/body_not_matches

Documentation

  • add more examples and docs

CICD

  • add goreleaser on github action

v1.0.1

Bug Fixes

  • Json assertion type not match / repsonse body length=0 EOF
  • Fix ordering wrong, duplicate files in the pattern
  • Verbose output log print order

Documentation

  • Refactor examples
  • Update docs
  • Update readme
  • Add more examples

Features

  • Add more examples
  • Add http proxy
  • Add default user-agent
  • Support hasRedirect and redirectCount_{op}

v1.0.0

config

  • support retry
  • support run in parallel
  • support case timeout
  • support send application/msgpack
  • support request support disable_redirect

assert

  • assert cookie
  • assert error: assert.error_contains for http fail
  • assert xml: xpath
  • assert html: xpath
  • assert yaml: jmespath, convert to json and assert as json
  • assert toml: jmespath, convert to json and assert as json
  • assert msgpack: decode msgpack and assert as json

output

  • show progress bar
  • show the line number if fail

v0.0.1

First release!

Implement all the basic api test assertions

Please read the README.md