Hi, I need some clarification on consumer-driven testing.
On the consumer side, we’re essentially mocking all the requests, correct? This is what generates the contract with that information.
However, I’m struggling to understand the provider side. Is Pact Verification done against the actual API, or should we mock the API endpoints to ensure they fulfill the contract requirements?
Alternatively, should we be using the real service code for the provider? I tried this, but I was encountering 500 errors when running the provider tests.