Good morning!
The pact nirvana doc set (which is great, by the way!) describes how to use the broker in CI/CD pipelines. I'm wondering: are the tests designed to be run locally also (alongside unit tests)?
I see value in running the consumer-side tests, as they can fail if they can't generate a pact. But to run the provider-side tests, the machine on which I'm running the tests needs to be connected to a network over which pacts can be pulled from the broker.
Is the preference not to run provider-side tests locally, or to fall back to reading pacts out of a folder, or to ensure everyone has access to the broker?