-
Hi,
As per the example
ConsumerInfo consumer = new ConsumerInfo();
//file based broker approach - instead of cloud pact broker
consumer.setName("Foo_Consumer");
…
-
When i try running python that i have installed on my windows machine using babun i cannot see any stdout. Is it possible to get this working or do i need to use python installed from within babun?
-
I am working on .net port of pact. There is something unclear to me..
Assume I have a following test case:
```
{
"match": true,
"comment": "top level array matches",
"expected": {
"…
-
I'm testing pact-net and I spotted weird behavior when using signs outside ASCII table. I was using my native letters from my country Poland (like ł,ó,ń) - they are UTF-8 compatible but when I'm using…
-
Hi , I found a post for JVM https://pactflow.io/blog/injecting-values-from-provider-states/ where we can modify the request before the validation, but is there a mechanism in C#?
-
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_…
-
I'm trying to verify pact files from a Pact Broker instance using the **pact-jvm-provider-maven_2.12** plugin with the following configuration:
```
au.com.dius
p…
-
Hi,
I recently noticed that the `resultsObj` returned when searching is containing wrong values in the `authors ` array.
Do you know anything regarding this?
Thank you in advance!
Version: …
-
-
Hi. I just upgraded one of my Spring-Boot examples to Pact 4 and now the consumer tests fail in a strange way. I get
```
Caused by: org.springframework.web.client.ResourceAccessException: I/O error …