Hi, how to hit the actual api and generate contrac...
# pact-jvm
c
Hi, how to hit the actual api and generate contract instead of mock url for testing
k
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?
m
Why do you want to do that?