Jarl André Hübenthal
Jarl André Hübenthal
This is actually a pretty hard bug to spot, if you dont force tests to fail by changing openapi spec to include required schema fields that are not present in...
im unsure if the block above that checks ref is correct, because I have only responses with schema in my spec. But should we change that too? or is it...
this is the code im talking about which also might need changes https://github.com/allenheltondev/postman-contract-test-generator/pull/20/files#diff-9e956785d7866429945ba214628c271f4c96863c8fcd2a6c8d69c380804ab9c9R1307
not able to force the if statement for expectedResponse.$ref to be true. Even when I set ``` responses: "200": $ref: '../responses/MyResponse.yaml' ``` it has a schema still. The schema of...
@P0TER using this window option is _A_ solution. But not a _good_ solution. :/ maybe there is an option that can be passed into swagger ui bundle to disable this...
I also need to find some way to assert non json endpoints responses
a function called isResponseBinary, that would check if we have a non json response, for ex by checking that the response has content types but not for json (no application/json...
im struggling to see the use case for this. I would much rather like to see array support in save 🤷♂️ for ex if I call a list or create...
Very strange. I have just started using this library. Maybe we dont need this library for vue 3. But anyway. How is the getAttributes method defined in the exported attributesDispatch...
i just changed up everything, and stopped using forks of glfw, glad, spdlog or whatever. And im just using conan with premake generator (conan also lets me speficy core version...