CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.
Apache License 2.0
1.2k
stars
73
forks
source link
Customise expected response code for API paths #132
Is there a way to customise response codes as success for specific endpoints like it is possible for fuzzers? I would like to customise for individual endpoints instead of doing it globally using the ignoreResponseCode flags.
Is there a way to customise response codes as success for specific endpoints like it is possible for fuzzers? I would like to customise for individual endpoints instead of doing it globally using the
ignoreResponseCode
flags.