cats-8.1.0
Release notes:
- Improve fuzzers description to be more comprehensible
- Make logging less verbose out of the box
- Change
--checkHeaders
to-A
in order to use-H
for headers across all commands and sub-commands - Add possibility to supply headers using
-H
(similar to curl) - Add possibility to supply headers using
-H
to override headers when usingcats replay
- Add possibility to supply wildcard paths in
--paths
and--skipPaths
- Fix failure when request didn't have body, but cats was trying to match post and delete
- Fix info reporting when
--skipReportingForIgnored
is enabled. Now tests are marked as ignored - Remove SpecialFuzzers from the default run
- Add Custom User Dictionary Fuzzer for headers:
UserDictionartyFieldsFuzzer
andUserDictionaryHeadersFuzzer
. They are enabled when using--words
:cats -contract=<CONTRACT> --server=<SERVER> --words=<CUSTOM_DICTIONARY>