Hi there, we want to do contract testing (BDCT) wi...
# general
x
Hi there, we want to do contract testing (BDCT) with a third party OAS that unfortunately cannot pass the Swagger schema validation and thus no verification can be performed on PactFlow. Since we don't have any control in the OAS, is there any suggestion/solution provided for this case? For example, is there a way to bypass the schema validation, or limit the schema validation only for the APIs that we care and need to consume? Thanks in advance for any idea and support🙂
y
You are in control of the OpenAPI spec you upload, why not just reduce that down to what you need.
For example, is there a way to bypass the schema validation
May as well not test then?
thankyou 1
👍 2