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.11k stars 76 forks source link

Customise expected response code for API paths #131

Closed krishna-aw closed 2 weeks ago

krishna-aw commented 2 weeks 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.