Mehdi
Mehdi
Is this config file also applicable to pytest python scripts of Schemathesis or is it just for CLI? Are you going to provide some documentation about how to prepare the...
This would be great. I am not sure how the configuration file will eventually look like. But it is desirable to have the following embedded in configuration so we do...
-ve testing is an additional good value to fuzz testing. Can you provide some examples for API negative fuzz testing?
With negative testing, the fuzzer should send invalid input. Is that not what the fuzzer originally does? for example for integer values, it sends string and sees what happens with...
## 1) > Have schemathesis read the request body format and allow me to pass variables to be filled in (like with path_parameters; so in this case I would pass...
## 1) I am not sure how I can use examples the way mentioned above in my pytest construct. I have the following: ```python ... schema = schemathesis.from_path( openApiFilePath, skip_deprecated_operations=True,...
Hi @Stranger6667, ## I) Thanks for your guidance. I have fewer errors occurring based on the suggested improvements. > Otherwise, different schema.given override each other. I see. > The schema.parametrize...
@spbolton, pls review.
See discussion here: https://dotcms.slack.com/archives/C5LHLNZ25/p1700167187708379
It looks like the script is not running and sanitization works good on that front but for other tags we probably should address it.