postman-contract-test-generator
postman-contract-test-generator copied to clipboard
Get API Schema request does not pass test.
Using the Pet Store example of OpenAPI, the 'Get API Schema' request does not pass the test. The test script for this request expects that the responded jsonData
contains a property schema
, but this property is absent from the jsonData
object. How should this property be populated? Is there anything I'm missing? Is my understanding correct that getting the schema is a mandatory step before executing the Test Request?
Screenshot: