Skip to content

cats-8.7.0

Compare
Choose a tag to compare
@en-milie en-milie released this 18 Jun 17:37
· 892 commits to master since this release

Release notes:

  • Output report files when running cats replay if --output argument is supplied. #71
  • Add possibility to add --server when running cats 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 includes email, 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