Hello, In the scope of bi directional contract tes...
# pactflow
m
Hello, In the scope of bi directional contract testing, Will Pactflow do the verification/comparison of contracts after publishing both consumer contract and provider contract?
m
Yes. It needs both to compare and check if the parties are compatible. Is that what you're asking?
m
I mean are you saying pactflow will be doing the comparision and update the status accordingly ? If so, what is the frequency, is it configurable ?
m
I mean are you saying pactflow will be doing the comparision and update the status accordingly ? If so, what is the frequency, is it configurable ?
If you think about it, it doesn’t make sense to check on a schedule. The only time the value will change is if the consumer publishes a new contract, or the provider does, or if either of them deploy to a different environment. When you call
can-i-deploy
if there isn’t a comparison pre-calculated, it will calculate one.
What’s your use case behind the question?