Hi, how to hit the actual api and generate contract instead of mock url for testing
k
Kevin de Boer
01/31/2023, 12:19 PM
That would require that you have both the consumer and the provider running at the same time? Isnt that exactly what pact is trying to prevent? By defining contracts between consumer and provider, it ‘shouldnt’ matter that the provider is a mock?