cats-7.0.0
Release Notes:
CATS
is now migrated toQuarkus
. 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 thatCATS
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
.