-
Intensive use of pact often involves rewriting the same config over and over- especially for the broker and consumer/provider names. I'd like to improve this in an idiomatic way by adding a package.js…
-
I'm trying to find an example for someone because I'm not familiar with the python CLI/API and I can't find one anywhere!
-
When Amqp tests fail, it's very hard to understand which interaction has failed, as neither the consumer nor the interaction are reported. Showing at least the consumer name (and ideally the tag) woul…
-
After updating surefire plugin from `2.22.2` to `3.0.0-M4`, pact message provider tests starts failing.
Looks like it fails to find annotated method that produce example message.
Below you can f…
-
### Checklist
Before making a feature request, I have:
- [x] [Searched the issues to check that this feature hasn't been requested before](https://github.com/pact-foundation/pact-js-core…
-
**TLDR**: Having a single test case for multiple message types to the same parser cause fast failing of the test and make it hard to determine, which message was faulty. It would be easier to have one…
-
Hi, I have problem with provider pact testing. In my project we have a few aggregates in separately packages with package modifier. Our customer exposed multiple states to tests, for multiple aggregat…
-
Currently it is hard to distribute test binaries without including all code because data files and code files are stored side by side in the same directories and somewhat inconsistently.
Different …
-
_NOTE: this is a WIP request, but wanted to get my thoughts down and give the community an opportunity to view_
> "can I automatically generate tests from my Swagger?".
This question is so comm…
-
Hi team,
I want to run pactVerify (using pact-jvm-provider-gradle 3.5.9) to verify pact records on Broker of two providers.
Command line: gradle pactVerify
Configure in build.gradle:
`serviceProv…