Giulio Giovannini
06/28/2024, 9:59 AMverifyInteraction()
. How do you add event testing to that?Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Giulio Giovannini
07/11/2024, 10:08 AMcontext.verifyInteraction();
. The pact library will replay the interactions and produce a single for the contract verification to inform the pact broker. I have no control on what happens after calling the verify function. If I add code to the same test to verify the event side of the contract I will then have two results: the HTTP verification and the event side verification but the pact broker must be informed with a single result. The contract is either verified or not.Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)