-
We have an app that exposes REST endpoints for a CrudRepository through Spring Data Rest so there are no Spring MVC controllers to pass to a MockMVC target. It would make our Pact testing easier (e.g.…
-
When verifying whether a response matches the interaction the cli already prints what did and what didn't match. We are verifying numerous interactions in pipelines. We also have enabled distributed t…
-
When I specify `newJsonArrayMinLike(0,...)` in Java (zero min elements), then response body in pact-file is empty array "[]".
How such body is interpreted?
Provider test passed even with the body, w…
-
I wrote a Pact consumer contract with the response body expecting a number type using the available api: PactDslJsonRootValue.numberType(). But The verifier is always expecting number 100 instead of j…
-
### Feature description
V3 API.
### Use case
I made the same code using `jest-pact` v3
```
pactWith(pactConfig, (interaction) => {
interaction('authentication api', ({ execute, provider }) …
-
I'd like to be able to access test results information, especially in the Provider tests during a Junit4 test run.
Currently it seems as though there's no way to see the results of the tests in a Pro…
-
Hi @dfreeman,
So as I mentioned in Slack yesterday, my team and I are trying to integrate ember-cli-pact with our repo, which uses a RestSerializer, and have come across the error "`Invalid attemp…
-
The gradlew pactVerify command does not verify contracts with following setup.
Gradle version -5.2.1
"au.com.dius.pact" version "4.1.0"
The provider returns asynchronus message (it returns messages…
-
If the eachLike matcher specifies Zero items the service provider implementing the Pact might only specify an empty array which would pass all tests. Once deployed, your provider could return an item …
-
# Description
Implement a method for creating stubs in Cypress tests based on contracts generated from Pact.
## Acceptance Criteria
- [ ] TBD
U-DON updated
2 years ago