-
The pact-stub-server has a `--provider-state-header-name` that allows for selecting a better matching interaction based on a header containing the requested provider state. The pact-verifier-cli (rust…
-
Hi team,
I want to run pactVerify (using pact-jvm-provider-gradle 3.5.9) to verify pact records on Broker of two providers.
Command line: gradle pactVerify
Configure in build.gradle:
`serviceProv…
-
Hi,
i am having the same issue as mentioned here https://github.com/DiUS/pact-jvm/issues/763.
Using:
```
au.com.dius
pact-jvm-provider-junit5_2.12
3.6.14
…
-
Is there any way to access test result status while running our Provider Tests? Is there any sort of construct available to access this information while a Provider test is running on Junit4?
I kno…
-
```
au.com.dius
pact-jvm-provider-maven
4.0.0
ProviderService
…
-
Once we migrated the pact-jvm to the 4.5.0 version in a consumer service, we’ve started publishing pacts with version V4 (pactSpecificaiton.version = 4.0). The provider was fetching the interactions…
-
Hi. With the previous pact-jvm versions I was using consumers to filter the pact files from Pact Broker:
~~~
@PactBroker(consumers = "consumerName2"
~~~
And I saw that this is Deprecated in the la…
-
According to the [documentation](https://docs.pact.io/implementation_guides/jvm/provider/gradle/#tagging-the-provider-before-verification-results-are-published-401) you can publish tags when verifying…
jarmy updated
2 years ago
-
The docs say that PACT specification V3 is supported, but I can't find examples on how to use it for integrations between services that are not based on HTTP.
Is this functionality currently suppor…
-
Hello,
DefaultPluginManager currently creates a ManagedChannel inside `tryInitPlugin`, however if the call to `initPlugin` fails inside it, we don't ever call `shutdown()` on the created channel, s…