-
👋🏾
I've been building out a PactV3 interface over in pact-python and come across a few snags.
Given the following test,
If i provide
1. only ` lib.pactffi_with_header_v2(interaction_ha…
-
I fail to use jacoco to compute code coverage for my PACT tests. I expect the tested class to be (partially) covered, instead I see no coverage at all. I assume this is because PACT starts a new threa…
-
The pact-broker CLI offers this ignore option -- I would like to filter providers through a similar mechanism with the pact-jvm maven plugin:
```
[--ignore=IGNORE]
…
-
Java 21, dependency version 4.6.5+
from Slack https://pact-foundation.slack.com/archives/C9UN99H24/p1707392044235519
We found an odd issue with the pact jvm consumer dependency update, from vers…
-
A big ask, I'm sure. Most of the test frameworks support ScalaJS and Scala Native, and there are Pact libraries for JS and Rust / C++. Could we fully abstract pact4s by removing direct references to J…
-
Current implementation of canideploy in gradle plugin allows only to pass params like:
- participant
- pacticipantVersion
- toTag
- latest
It is missing parameter `--to-environment`
Ref:
h…
-
### Software versions
- **OS**: MacOS Ventrua
- **Pact Node version**: Pact Foundation 10.3.1
- **Node Version**: 18.10.x, 19.x
### Issue Checklist
Please confirm the following:
- [x] I…
-
Hi
Asking here instead of SO because it seems to be a bug / omission.
I have a situation where consumer is publishing a V4Pact in pactflow.
Provider test is fetching it correctly (under debug…
-
Hi,
first of all, thanks for the great work :)
I encountered a problem with `eachKeyLike(String exampleKey, PactDslJsonRootValue value)`. I have a JSON body like:
```java
.body(new PactDslJson…
-
Given a test that looks like this:
```js
const interaction = pact.newInteraction('some description');
interaction.uponReceiving('a request to create a dog with binary data');
…