-
This is for all matlab-related issues
-
### Software versions
- **OS**: Ubuntu 21.04
- **Consumer Pact library**: Pact JS 10.0.0-beta.51
- **Provider Pact library**: Pact JS 10.0.0-beta.51
- **Node Version**: `v14.18.0`
### Issue C…
-
Hi,
I am trying to use the MessagePact and am getting ` Method pact does not conform required method signature 'public RequestResponsePact xxx(PactDslWithProvider builder)'` when running `./gradlew…
-
When writing provider tests in pact-net 3.x.x (that used the Ruby Implementation) we had the option to define CustomHeader manipulation. That was a useful feature, because in that way we could easily…
-
Pact files generated from Windows and from Linux have different Pact metadata using FFI 0.0.3.
In Windows it's 0.1.3:
```json
"metadata": {
"pactRust": {
"version": "0.1.3"
}…
-
I'm trying to have several Mocha tests with two interactions against the same provider.
After some digging the recommended approach seems to be to have the `finalize()` function invoked as part of th…
-
## Issue
The Pact Maven Plugin currently requires that the service, that the providers should be verified against, is available prior to starting the maven build/goal.
However, when you want to ve…
-
Hi all,
I have created a test to verify my provider. Something like that:
```
-
## User Story
_As an IET developer, I would like to begin to determine what our testing strategy is for this project, so that I will be able to determine the performance/robustness of our prototype i…
-
Issue: [BUG] Unable to setup front end for consumer due to js error
Steps to Repo
Clone repo to local and set up the consumer using npm install and npm start
Platform: Windows
User gets …