-
According to the [documentation](https://docs.pact.io/implementation_guides/jvm/provider/gradle/#tagging-the-provider-before-verification-results-are-published-401) you can publish tags when verifying…
jarmy updated
3 years ago
-
Been working through the consumer version selectors to try and ascertain library support for them all and noticed a few oddities
[12 consumer version selectors in total](https://github.com/pact-fou…
-
In my organization our Pact Broker now has dozens of pacticipants and over a hundred integrations, so more and more often we find that we are looking for a specific event name but can't remember which…
-
Read a bit more of docs, but there doesn't seem to be a way to auto publish pacts to broker.
[Instructions here](https://github.com/pact-foundation/pact_broker/wiki/Publishing-and-retrieving-pacts…
-
There seems to be just two pieces of functionality left that is stopping us from removing the Ruby Pact tools dependency from our Python projects. They are
- `pact-broker publish` to publish the Pa…
-
Currently there is no way using the new environments approach to get/describe version within a specific environment.
As a workaround I have had to use legacy tagging and create a version tag immediate…
-
When trying to connect to an invalid pact broker address, the verify command takes a very long time to give up.
Some of the HttpClient interface methods do not take a client timeout value, suspect …
-
Just some food for thought whilst I've been doing some digging through our docs, specifically the feature support page [here](https://docs.pact.io/roadmap/feature_support)
It led me to think that t…
-
After successfully using the verifier image, pulling pacts down from a broker, and successfully verifying the pacts, the results are not being published to that broker
-
I'm using `pact-python` version 1.7.0.
There doesn't seem to be a way to verify with a specific pact by passing in a pact URL.
I tried passing a `pact_url` kwarg into `MessageProvider.verify_with_…