-
Hi i am trying to install the pact-jvm-provider-sbt plugin in my java play framework application. After adding the below line in plugins.sbt
`addSbtPlugin("au.com.dius" %% "pact-jvm-provider-sbt" …
-
As a developer, I would like to see the integration of [Pact Builder DSL library](https://github.com/sngular/pact-annotation-processor) in the SCS MultiApi Plugin.
Having available a parameter call…
-
> Not having to create our own content type to add metadata to contracts. We have had to make the "application/json" content matcher again so that we can add metadata fields into the contract. This me…
-
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…
-
I have a question regarding matchers specified via the Pact FFI IntegrationJSON format.
Is there a way of combining matchers? From what I understand matchers can be combined in terms of "AND" and …
-
Bi-directional support for GraphQL
-
# ❕ Problem Statement
PactMockServer exposes the wrapper around `libpact_ffi` in a XCFramework package. But the libpact_ffi binaries built from Rust code (https://github.com/pact-foundation/pact-re…
-
Are there any plans to add support to Pact .Net for XML response body expectations similar to what is possible in PactJS like documented here: https://docs.pact.io/implementation_guides/javascript/doc…
-
build.gradle
```
plugins {
id "au.com.dius.pact" version "3.2.11"
}
pact {
serviceProviders {
providerSales {
protocol = 'http'
host = 'localhost'
…
-
See https://pact.canny.io/feature-requests/p/v3-support-for-graphql-interactions, and for some code snippets that could be pulled into the change.
Given how simple the code is (wrapper for the inte…