cats-8.7.0
Release notes:
- Output report files when running
cats replay
if--output
argument is supplied. #71 - Add possibility to add
--server
when runningcats replay
- Fix for #69
- Change extension of summary json files from
.js
to.json
- Run special characters fuzzers for all string field types, not only
StringSchema
. This includesemail
,password
, etc. - Don't send query parameters when they are set to
null
- When searching for the fuzzedField in validation error response make sure it matches snake-case and kebab_case
- Fix issue when generators were generating special chars and exact value fuzzers would fail due to values being sanitized by the services