-
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…
-
Please refer to the following request body:
```
{
"outerArray": [{
"string": "sample String from Outer Array",
"arrayObject": [{
"innerArrayInteger": 1,
"inn…
-
Hey, I love this mod but I just wanted to request a couple of features.
- Add a number of games + win rate filter, someone with 200 games and a 10% win rate is clearly either brain dead or team kil…
-
I have tried `root.setAttributes` and `root.appendElement` but it generates the `$.something.something.#text` which is not working while verifying from provider end.
dependancy I am using is as b…
-
Hi,
i am having the same issue as mentioned here https://github.com/DiUS/pact-jvm/issues/763.
Using:
```
au.com.dius
pact-jvm-provider-junit5_2.12
3.6.14
…
-
I propose to add a keyless version of CoGroup that groups both inputs in a single group, analogous to the keyless Reducer version that was added in https://github.com/dimalabs/ozone/pull/61
```
CoGro…
-
what do we need to add to pact4s to support protobufs - pact-jvm already appears to have support, so should be doable
-
Hi,
In Pact Broker, I had a provider which is associated with more than one consumer. When I modify any of the consumer and trigger a webhook which verifies the contract, the provider is getting trig…
-
It's very helpful to use mocks for functional testing as a base for consumer contract.
Would be nice to support generation of Pact files from Playwright mocks similarly to how it's done for Cypress.
-
A raw array "eachLike":
```groovy
withBody eachLike(1) {
type regexp('.*', 'banana')
}
```
produces:
```json
[
{
"type": "banana"
}
]
```
A named array "eachLike":
```groo…