-
Hi,
Currently, I am abstracting away pactbroker configuration in a properties.yml file, like this:
```
pactbroker:
host: example.pactflow.io
port: 443
scheme: https
```
This works fine…
-
Here is the context:
I am trying to work with junit5 and pact framework to write some consumer tests.
Here are some of the code snippets:
`@ExtendWith({PactConsumerTestExt.class})
public class D…
-
### Feature description
I would like to be able to filter pacts by description the same way that is done now through PACT_DESCRIPTION environment variable. I guess it could be an option to verifier…
-
One of my coworkers wrote a couple provider-side Pact tests, got them working on her branch, and then merged from trunk to her branch in preparation for merging back to trunk. She started getting the …
LoraV updated
5 years ago
-
Hi,
Can you please provide example in Java (Scala) how to setup verification for au.com.dius.pact.model.v3.messaging.Message on Provider side without focusing on any specific test framework.
I …
-
3 Tests:
1 for a spellcasting PC
1 for a pact spellcasting PC
1 for a non-spellcasting PC
Critical Details
- hp is updated
- resources are updated
- spellslots are updated
- pact slots are u…
-
Could you create pact-jvm-provider-spock - a Groovy version of pact-jvm-provider-junit so that it works with groovy annotations pls?
pact-jvm-provider-junit is great and exactly what we need, but d…
-
Hi Team,
We're trying to write pact provider tests in Clojure using pact jvm.
In kotlin we have an option to publish the results to broker using `System.setProperty("pact.verifier.publishResults"…
-
I'm trying to validate a v4 PACT with the junit5 provider-tests but get an exception:
```
1) Verifying a pact between push-tan-sdk-rest and push-notification-fs-rest - registration
1.1) …
-
Firstly, I want to express my admiration for the work you've done with Pact-JVM.
I'm reaching out to inquire about a feature in Pact-JVM that mirrors the functionality available in Pact-JS. Specif…