-
Hello, I am trying to understand the steps to complete in our development process to enable contract testing with Pact.
My understanding is that the following steps will need to be complete to enab…
-
## Software versions
* **OS**: Ubuntu 19.04
* **Consumer Pact library**: Pact go v1.0.0-beta.3
* **Provider Pact library**: Pact go v1.0.0-beta.3
* **Golang Version**: 1.12.1
## Expected beh…
-
Hi!
I am trying to figure out how to use Pact when services communicate over Kafka and use the request-reply pattern.
(request-reply pattern https://callistaenterprise.se/blogg/teknik/2018/10/26/s…
-
Placeholder for detailed requirements
-
This is something we want to think about. The main Quarkus product declares some pact libraries to be parentFirst.
Should we move all that configuration over here? It would mean the extension was r…
-
## Software versions
* **OS**: e.g. Mac OSX 10.11.5
* **Consumer Pact library**: e.g. Pact go v0.0.8
* **Provider Pact library**: e.g. pact-jvm-provider-maven_2.11 v 3.3.8
* **Golang Version**: …
-
## Compiler version
3.0.0-RC2
## Minimized code
I'm working with a library that is written in kotlin, and running into a compilation error on 3.0.0-RC2 that doesn't happen on 2.13.5. The deco…
-
This question was [also asked on StackOverflow by someone else](https://stackoverflow.com/questions/74942016/setting-mock-ports-for-multiple-providers-in-pact-jvm) but has yet to receive a response.
…
-
Unless I missing something, there's no "easy" way to define a beforeEach/afterEach logic to run automatically before or after each contract request verification on the provider side.
Take for insta…
-
I'm using the `au.com.dius.pact.consumer:junit5` artifact, version `4.4.2`.
My consumer contract tests currently do this at the top of the test class:
```java
@PactTestFor(
providerName = "m…