Closed Peekmo closed 1 year ago
Hi @Peekmo. This is currently not possible. But makes sense to have it place. We will implement it in the next release.
This is available in latest release: https://github.com/Endava/cats/releases
Will close this now.
Hello !
Thank your for cats !
I'm facing an issue, as my API has some fields that can only be posted if you have the rights to, otherwise, you cannot post it (even if it's
null
) But I'm stuck with my functional fuzzer, as the field is described (but not required) in the open API documentation, cats is always trying to send it. I've tried to use thecats_remove_field
value for my field, but it doesn't seems to work inside a function fuzzer. I've tried to add a refData with thecats_remove_field
value when I run my functionalFuzzer as well, without success neither.Is there any solution to ignore a field in a functionalFuzzer ?
Thank you Peekmo