Releases: wklken/fetch
Releases · wklken/fetch
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
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
v1.0.4
Bug Fixes
- wrong stats case count
Features
- Support add multiple cases in one yaml file
- Support chain the requests, parse vars from first, use in the next
- Add multiple_case_in_same_file.yaml
- Add files stats
- Support header_value_contains and header_value_matches
Refactor
- Body_regexp to body_matches
v1.0.3
v1.0.2
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
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