-
Hi Team,
I am trying to create a contract pact at consumer end for a provider which returns **ZIP** file in response.
Currently response expectations in my pact method look like below.
```
.…
-
Hi,
I am developing pact tests for my code and I am stuck at a place where I need a way to dynamically create authentication based on certain properties of the request.
My consumer is an angular app…
-
There appears to be a logic error in the `canIDeploy` task: when using `-Platest=TAG`, the task always fails. The task should fail when neither a version nor `latest` was specified. The `instanceof` t…
-
builder.uponReceiving("Create xyz").path("/xyz").headers(headers).method("POST").body(xyzRequest).willRespondWith().status(201).body(xyzReposne).toPact();
For the above code if a simply pass the fo…
MkJha updated
5 years ago
-
HI,
I am using pact-jvm-consumer-junit_2.12 version 3.5.24.
The function which calls the path I consume annotated with `@HystrixCommand`.
When I run the pact test I sometimes get hystrix timeout …
-
Hello,
First of all thanks for your work it's great !
Can you please provide code example or update pact documentation on how to use pactV4 and PactBuilder correctly in a junit test with version…
-
I am trying to write provider test for kafka communications. I am using Pact-JVM with gradle dependency `group:'au.com.dius.pact.provider', name: 'spring', version: '4.1.41'` and plugin `au.com.dius.p…
-
hi,
I am quite fresh to the library and I must admit that being forced to use `@RunWith(PactRunner.class)` in order to use pact is a bit ugly and too strong! And yeah! this is just my opinion but I h…
-
I'm using message pacts with AMQP feature. After generating pact files (JSON), I'm not able to use it inside Provider test.
**Steps to reproduce:**
```
@ExtendWith ( PactVerificationInvocatio…
-
**If `enablePending = false`, the current provider branch name is NOT sent to the Pact Broker when fetching pacts to verify using _consumer version selectors_.**
Because of that e.g. the `matching…