-
## Context
We are currently undergoing a large scale project of adding contract testing to components being run on embedded devices. As embedded device components they are written in either C++ or …
-
-
Hi,
We are trying to create a delete request using ember-pact-cli and mirage using the following steps:
`
let model = server.create('model', {
name: 'some model'
});
given('a model item ex…
-
We tried to implement `fromProviderState` in an interaction that is iterated in the test (see code below) but running `consumer test` fails with;
```bash
Error: Mock server failed with the following…
-
### Software versions
_Please provide at least OS and version of pact-js_
- **OS**: Mac OSX 13.6
- **Pact Node version**: `@pact-foundation/pact@12.1.0`
- **Node Version**: `18.13.0`
- **Othe…
-
There are 2 common messaging collaboration patterns that might be used between 2 services and verified by contract tests.
1. Service A consumes an event message published by Service B. The event me…
-
Would this be a good idea? It is much touted nowadays and this is needed if there are multiple APIs.
A different approach here might be to bake in Pact instead and have contract tests between the UI …
-
When the pact stubber fails to match a request it returns a 598 status code.
It would be nice to know what part of the request did not match, like the consumer tests do when interactions don't match.…
-
### Feature Description
We (my team and I) are looking for a Contract Testing lib/framework for Axon Framework based services. Something similar to Pact or Spring Cloud Contract.
But at the mome…
-
Has anyone considered developing a test suite that you could run against a pact implementation? Similar to https://github.com/ruby/spec, it could be used to verify an implementation conforms to the sp…