How do I push Pact validation results to PactFlow? (using JavaScript/Mocha)

I’m starting to learn contract testing using Pact and PactFlow.
I have a consumer and provider test that works as expected, written in JavaScript/Mocha.

If I run the script it shows me that the pact gets validated successfully:

But in PactFlow I only see the consumer updating.

Does anyone know how to get the rest of the provider/validation info into PactFlow?

:face_with_peeking_eye: Figured it out… I wasn’t sending a required cookie with the verification call.

1 Like