-
Would be nice to be able to have Pact in my stack on stackshare.io š
We can submit the tool at https://stackshare.io/submit.
-
We seem to have had a scenario where updating our provider side library is causing a failing in verification on an eachKeyLike matcher.
**The endpoint**
Example response JSON:
```
{
"abcde": ā¦
-
I tried navigating around but I couldn't seem to find any references on how to install pact on the website.
Perhaps it was because we would want pact to be language agnostic and hence didn't providā¦
-
Modern idiomatic Spring code heavily uses and promotes the use of meta-annotations and composed annotations. See e.g. [Spring Documentation](http://docs.spring.io/spring/docs/current/spring-framework-ā¦
-
I am running into issues using the eachLike matcher is PactJs. My provider returns a JSON in the following format:
```
[
{
"documentId": 0,
"documentCategoryId": 5,
"ā¦
-
Using the repository:
https://github.com/my-calculator-poc/MyCalculatorPACT
It is necessary to create some Tests to consume My-Sum-API with PACT.
-
I am using the pact-jvm to write contract tests and would like to pass the broker URL and auth token as environment variables. I see that System Properties documentation says that these properties canā¦
-
Please provide all maven plugin configurations as system properties, for example pactBrokerUrl.
In a project without Pact, Gitlab templates must be used for the build. Calls to the maven pact plugiā¦
-
Hi, I have simple provider test
```@RunWith(PactRunner.class)
@Provider("OpenApi")
@PactFolder("target/pacts")
public class OpenAPIProviderTest {
public OpenAPIProviderTest() throws MalformedUā¦
-
I am trying to create a PACT consumer test that passes String as a body in the POST request with **Content-Type = application/json**
Version: "au.com.dius:pact-jvm-consumer-java8_2.11:3.5.21"
ā¦