Skip to content

v1.0.0

Compare
Choose a tag to compare
@wklken wklken released this 09 Dec 15:16
· 110 commits to master since this release
e452752

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