-
There seems to be an issue with directory resolution in step11 for the `pactDirectory` in consumer `build.gradle`:
```
pact {
publish {
pactDirectory = 'consumer/build/pacts' // --> This does…
JonoH updated
2 years ago
-
With this change the pactbroker.host got deprecated and pactbroker.url should be set instead:
https://github.com/pact-foundation/pact-jvm/blob/ac6a0eae0b18183f6f453eafddb89b90741ace42/provider/src/ma…
-
https://github.com/actions/runner-images/issues/10721
macos-13 is last version GitHub will provide with amd64 runners, so may need to switch amd64 macos jobs to use rosetta which unfortunately will…
-
In some cases, you need to apply multiple matchers to a field in order to properly validate it. Only Pact JVM currently supports this behaviour.
The capability to combine matching rules will be ena…
-
When the consumer or provider name contains a slash, the slash is passed through to the file system, which creates folders:
## Expected behaviour
Full pact file is present in the `pacts/` folder…
-
Some bad things could happen behind the scenes like daily cleanup wasn't done due to query timeout.
Could be nice to have some notification/icon/toast for such cases. Maybe this could be shown for ad…
-
## Software versions
- **OS**: e.g. Mac OSX 10.15.4
- **Consumer Pact library**: pact-go v1.2.0
- **Provider Pact library**: @pact-foundation/pact v9.8.2
- **Node Version**: v12.14.1
I've set…
-
Read a bit more of docs, but there doesn't seem to be a way to auto publish pacts to broker.
[Instructions here](https://github.com/pact-foundation/pact_broker/wiki/Publishing-and-retrieving-pacts…
-
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.
-
[The specification for v3 can be found here](https://github.com/pact-foundation/pact-specification/tree/version-3). The most notable inclusion is the support for message queues.
Pact v4 is WIP, so …