Hi folks. Does anyone knows if bidirectional contr...
# general
a
Hi folks. Does anyone knows if bidirectional contract tests support grpc validation as well? is there any demo showing this implementation? Thanks.
y
it doesn’t I’m afraid, only works with OpenAPI documents on the provider side currently
☝️ 1
a
got it. thanks!
y
Out of interest what would you be looking for, from the provider side, comparisons from the Pact file and stored proto file, against a new proto file that a provider publishes. Is the new proto file compatible with the main and deployed/released providers? Would you be looking to further completing the loop and performing a full verification on the provider side with Pact, or would you use the comparison against a providers new proto solely?