-
Hi, are there any ways to run the mock service provider on a remote server so that anyone working the project will run their test connecting to that server and not being have to install pact-ruby-stan…
-
It would be useful to be able to publish pacts directly to the broker using au.com.dius.pact.consumer:junit5 instead of having to rely on the cli or au.com.dius.pact.provider:maven.
-
I have a reproducible case where the pact specifies a request body as follows:
```
.body(
newJsonArrayUnordered(
refs ->
refs.object(
ref ->
ref.stringType(
…
-
## Software versions
* **OS**: e.g. Mac OSX 11.6
* **Consumer Pact library**: Pact go v1.6.4
* **Provider Pact library**: Pact go v1.6.4
* **Golang Version**: go1.14.2 darwin/amd64
* **Golang …
-
**Scenario**:
I have microservice which acts a provider (BDCT) with the pacticipant name "microservice-api". This same microservice will also acts as provider for message based interactions (2 event…
-
Hi there,
In our JSON models we do have a fair number of unions - arrays of objects with different structure. In order to cover all cases it seems we'll need to create a matrix of test data since the…
-
### Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request and I know that duplicates will be closed
### Is your feature request related to…
-
As mention in #3 I would like to start discussion about what approach to take for integration testing of `fetcher.ts`.
Does Fibery team already uses something internally which can be utililized to m…
-
## Software versions
* **OS**: Mac OSX 10.14
* **Consumer Pact library**: Pact JS v9.5.0
* **Provider Pact library**: none
* **Node Version**: v12.10.0
## Expected behaviour
No memory leak…
-
I have some trouble with building my android app and this package is the cause of the failing build.
For context: I want to [set up detox for e2e testing](https://wix.github.io/Detox/docs/introductio…