Endava / cats

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.17k stars 74 forks source link

Customise expected response code for API paths #132

Closed krishna-aw closed 2 months ago

krishna-aw commented 3 months ago

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.