Does the Producer test run the entire app?
# general
g
Does the Producer test run the entire app?
m
It’s entirely up to how you run your provider to verify it
But usually yes, with stubbed out external dependencies
Pact can’t fix your dependency errors.
When I run it, I get dependency errors that I cannot mock
Pact is designed for situations where you have granular control over your code. Can you elaborate on this problem a touch?