-
This may sound like a rant but that's not what's intended. I'd actually like to know if people successfully use this tool to generate code that runs in production because my experiences are pretty bad…
-
## Software versions
* **OS**: Pop!_OS 19.10
* **Consumer Pact library**: pact-jvm-consumer-maven-junit v3.5.3
* **Provider Pact library**: pact-go v1.0.4
* **Golang Version**: go version go1.13…
-
I have tagged PACTS for a provider version 1.0.102 as dev and version 1.0.101 as sit in Pact Broker. I am trying to verify PACTS from Pact broker using mvn pact:verify but I am getting following erro…
-
When publishing a pact that is rejected by the pact broker (e.g. because of an invalid version), the pact-jvm-provider maven plugin is unable to process the error response from the broker. It fails wi…
-
This bug-report is about [MockProviderConfig::url()](https://github.com/DiUS/pact-jvm/blob/master/pact-jvm-model/src/main/groovy/au/com/dius/pact/model/MockProviderConfig.groovy#L23).
If MockProvid…
-
I am using pact-jvm-consumer-junit to generate pact. au.com.dius.pact.consumer.PactGenerator is writing pact files behind the scene.
My project has 5 pact gen junit class. PactGenerator needs to …
-
From: https://github.com/pact-foundation/pact-js/issues/745
Can anyone confirm that matching rules are supported for metadata? I'm struggling to get the matching rules for metadata for an asynchron…
-
## Software versions
* **OS**: Mac OSX 10.12.6
* **Consumer Pact library**: pact-go v1.0.0-beta
* **Provider Pact library**: pact-go v1.0.0-beta
* **Golang Version**: `go version go1.9.4 darwin/…
-
Hi folks! Is there a way that I can have a single JUnit class that has some `@Test` methods that use pact consumer contract tests as well as other `@Test` methods that don’t? I don’t seem to be able t…
-
Hi guys,
I have the provider tests implemented in a class, and they successfully run when I run the entire class. Problem is that I can not run one test only (right clicking on State instead of the…