-
Hello, guys! I'm opening this issue after browsing the docs and the opened and closed issues and not finding what I wanted for. Please excuse me if I didn't look up correctly.
I'll explain the flow…
-
Hi!
I have 2 unit test written in js using ( [pact-consumer-js-dsl](https://github.com/DiUS/pact-consumer-js-dsl) ) that create interactions like in the README for that library e.g. **alligators/Mary…
ichyr updated
8 years ago
-
[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 …
-
Matching rules in junit5 consumer tests appear to produce an invalid contract, when manually adjusted to what I believe are correct matching rules, the provider is still matching on exact values.
#…
-
Hi,
this is a question.
I wanted to introduce some additional testing to the pact after the response has been retrieved.
As far as I understand, the way to do it is to implement the interface `…
-
I'm testing pact-net and I spotted weird behavior when using signs outside ASCII table. I was using my native letters from my country Poland (like ł,ó,ń) - they are UTF-8 compatible but when I'm using…
-
## Software versions
Pact JS v9.5.0
## Expected behaviour
I have an endpoint which I firstly want to mock and get a predefined array of objects returned during test, and then secondly I want …
-
Great work on the documentation and 5 minute guide.
The repl for the final scenario ('Run the provider tests') step is broken. It doesn't seem to be able to retrieive the files.
https://repl.it…
-
I'm trying to verify pact files from a Pact Broker instance using the **pact-jvm-provider-maven_2.12** plugin with the following configuration:
```
au.com.dius
p…
-
Quick question if it's possible to define multiple classes on provider side to test different interactions per endpoint. Let's say provider exposes an API with 2 endpoints:` /api/v1/users` and `/api/v…