HI Team, I have short question, For ex: there is o...
# pact-js
a
HI Team, I have short question, For ex: there is one provider which has contract test with 3 consumers. Now for one consumer provider verification fails but its successfully verified the contract for other two consumers , now will can-i-deploy for these 2 consumers will also fail?
b
Intuitively, if contracts are verified for 2 consumers, they're safe to deploy with that version of the provider.
But if the failed verification consumer is already deployed, and can-i-deploy fails for the provider, it won't be able to deploy a new release until it fulfils all 3 contracts.
a
Thanks @Boris.
👍 1