-
Hi!
We encountered a strange problem when using with gRPC and `responseMetadata`. The contents of the pact manifest in these cases depends on the order in which the tests are run.
![screenshot](…
-
## Summary
A pact-ruby-ffi user noted an issue with modifications in tried pact file, which was causing errors when trying to upload to a broker with the same, as the contents were modified inadver…
-
This is a follow up to https://github.com/pact-foundation/pact-jvm/issues/1710.
The wording here seems a little [cryptic](https://hc.apache.org/httpcomponents-client-5.4.x/current/httpclient5/apido…
-
Hello there!
So it seems that I've run into a conundrum.
When first installing the helm chart, i.e by simply:
```
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add pac…
-
> Meta issue for all things Pact FFI interop with Pact-Ruby
## :memo: Background
One of the strengths of Pact is its [specification](https://github.com/pact-foundation/pact-specification), allow…
-
Hey! I love tutorials
However in trying to follow the instructions [in the docs here](https://docs.pactflow.io/docs/examples/bi-directional/provider/postman/):
1. First I ran `make install` and got …
-
If the communication with the pact broker fails (in my case because I used the matching branch selector, but did not provide a provider branch name), the status code (in my case 400) is logged, but no…
-
Provider test results, like those written with pact-JVM are automatically uploaded to pact-broker. But consumer tests are written to disk as .json files that must be uploaded in a separate step with t…
-
The use case for a cached provider contract is when a consumer has not been tested against a version of a provider before.
This will speed up the verification of new consumer versions against existin…
-
Swagger validation (and other spec-based validation) don't give the same confidence as a direct pact verification.
At the moment, these would be treated the same.
It would be great to be able to model…