Hi! I wonder if it is possible for the provider in...
# general
l
Hi! I wonder if it is possible for the provider in bi-directional testing to publish the openapi spec without any provider test?
y
hey, yes you can, just upload the api def as the test result file, or just use a text file with any text in. as the
verification-results
the results of the provider self verficiation of compliance with the api spec, is defined by the
verification-exit-code
or
verification-success
/
no-verification-success
once uploaded, it is compared to any registered consumers pact file
l
I manage to upload but got failed error as "Your Provider Contract Is Not Compatible With The Provider Codebase" as provider verification result. How can it be pass?
nvm, it was the flag verification-success which controlls it, I understand it now. Thanks!
🙌 2