Skip to content

7.0.2

Choose a tag to compare

@en-milie en-milie released this 16 Jan 18:31
· 1697 commits to master since this release

Release Notes:

  • Introduce the ability to create refData files using the CustomFuzzer
  • CustomFuzzer and SecurityFuzzer files can be now run using the cats run command
  • Make large Fuzzers skip matching response Schema
  • Add 6 new Emoji Fuzzers for headers
  • Make DELETE request work by caching POST results and matching with DELETE identifiers
  • Fix for strings generated with validateAndSanitize strategy to maintain size
  • Add new ZalgoText Fuzzers
  • Fix issue in native images when parsing Swagger 2.0 specs
  • Improve Scenario text for some Fuzzers
  • Export summary report in JSON format as cats-summary-report.json
  • Add option --output to change the folder where the CATS report is written
  • Disable ANSI formatting when NO_COLOR environment variable is set