v5.2.0
Release Notes:
- fix various issues when dealing with
oneOf
orallOf
elements - add new Fuzzers for checking OpenAPI contract good practices in terms of presence of specific elements, naming conventions, content types, recommended headers
- fix issue when CATS was considering a
404
a valid response for validation error; it now expects400
or422
- CATS now also checks if the fuzzedField is present in a validation error response
- allow
org.apache.commons.lang3
classes to be used via SPeL in configuration files such as refData, customFuzzer, etc - fix issue with
--printExecutionStatistics
was only considering SKIPPED tests - fix for elements sometimes not being displayed in the proper order in the final report