github Endava/cats cats-7.0.0

latest releases: cats-14.0.0, cats-13.8.0, cats-13.7.0...
4 years ago

Release Notes:

  • CATS is now migrated to Quarkus. This brings the ability to have native binaries for Linux and Mac OS, so no need for Java to be installed
  • Another benefit from migration to Quarkus is that CATS is now faster
  • With the hep of PicoCli, CATS is more command line friendly and offers the typical functionalities offered by any other command line tool: short arguments, autocomplete in bash and zsh, help, etc.
  • Add the ability to reference environment variables in headers and refData files
  • Add the ability to set the size of strings used by the VeryLargeXXX fuzzers
  • Add new arguments to ignore undocumented response code and response body checks
  • Add --blackbox mode as a shortcut to --ignoreResponseCodes="2xx,4xx"

[Edit]
The native binaries will be available in 7.0.1 as the current versions had some issues caused by the native-image compilation.

Use java -jar cats.jar instead of cats.

Don't miss a new cats release

NewReleases is sending notifications on new releases.