-
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…
-
Hi there,
Is it possible to publish new pact jvm versions for provider and consumer for junit5 with new common-text library which is not contains vulnerability that previous version has:
…
-
This feature-request is about [PactProviderRule.java](https://github.com/DiUS/pact-jvm/blob/master/pact-jvm-consumer-junit/src/main/java/au/com/dius/pact/consumer/PactProviderRule.java).
In my use-…
-
## Software versions
* **OS**: Mac OSX 10.12.6
* **Consumer Pact library**: pact-js 4.0.0
* **Node Version**: v8.4.0
## Issue
I'm not sure if this is the right repository for this issue. I'…
-
Upgrading Pact from 4.3.14 to 4.3.15 the tests no longer run and result in a failure with Antlr. The root cause is that Antlr changed their ATN format between 4.9.2 and 4.10, and Pact 4.3.15 brings in…
-
PactDslJsonBody#eachKeyMappedToAnArrayLike(exampleKey) works as expected on "level-0":
- create pact:
https://github.com/maxant/pactexamples/blob/master/src/test/java/ch/maxant/tullia/pactexamples/E…
-
Dev mode behaviour has been improved by https://github.com/pact-foundation/pact-jvm/pull/1607, but it also needs some changes to pull more of the classpath to be parent first.
-
See `docker_*.sh` in [project on github](https://github.com/DiUS/dius-mentor_boris_coffee-api).
I have a Spring Boot project in Kotlin, and (in the same repo) a test consumer to verify pacts agains…
-
I am trying to create a contract by using `eachKeyLike`.
```
new PactDslJsonBody()
.object("documents")
.eachKeyLike("/example/c5682f1f34ec673d54e7a5ba5ee39")
.stringValu…
-
Hi,
I am currently learning the pact framework by rewriting some of our wiremock tests. (I know there is a community wiremock plugin, but i'd also like to try my hand with learning the actual pact…