Skip to content

v1.0.5

Choose a tag to compare

@wklken wklken released this 06 Aug 07:08
· 16 commits to master since this release
4486d89

Features

  • Support add multiple cases in one yaml file
  • Support parse: chain the requests, parse vars from first, use in the next
  • operators:
    • Support header_value_contains and header_value_matches
  • Add files stats
  • hooks:
    • save_response
    • exec (execute any scripts)
    • sleep
  • Show envs in debug mode
  • Support requests flow wait until (use retry)
  • Support set max redirects

Refactor

  • Body_regexp to body_matches
  • Only support yaml from now

Bug Fixes

  • Wrong count

Documentation

  • Docs
  • Update