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?