- assert: header_exists/cookie_exists/body_icontains/body_matches/body_not_matches
- add more examples and docs
- add goreleaser on github action
- Json assertion type not match / repsonse body length=0 EOF
- Fix ordering wrong, duplicate files in the pattern
- Verbose output log print order
- Refactor examples
- Update docs
- Update readme
- Add more examples
- Add more examples
- Add http proxy
- Add default user-agent
- Support hasRedirect and redirectCount_{op}
- support retry
- support run in parallel
- support case timeout
- support send
application/msgpack
- support request support disable_redirect
- 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
- show progress bar
- show the line number if fail
First release!
Implement all the basic api test assertions
Please read the README.md