Alberto Martín López
Alberto Martín López
What do you mean by "is not handled in the verification check"? I assume you're talking about some response body schema, aren't you? Is it a problem with RESTest crashing...
We actually use an external library for the validation of the responses with respect to the Swagger schema: https://bitbucket.org/atlassian/swagger-request-validator/src/master/ Therefore, I'm not entirely sure this is a problem with RESTest,...
Hi @sooding93 Thanks a lot for your interest in RESTest. Indeed, we've been having troubles with the Coverage module for some time, due to that kind of issues. If you...
Yes, that should probably work. Basically you're telling RESTest not to collect coverage information for some nested response body properties, but the testing functionality will be exactly the same.
Hi @robert-fahey Sorry for the late reply and thanks a lot for your interest in our tool. You're absolutely right, it'd be nice to have something like that. Unfortunately, we...
Hi, RESTest does support OAS files in JSON, as well as YAML, of course. The error that you show seems to be related to a problem with the OpenAPI document...
Thanks for the report. If you want, you can submit a PR including this change and a corresponding test that checks that the functionality is implemented as expected (i.e., including...