-
The [spec for v2](https://github.com/pact-foundation/pact-specification/tree/version-2) says you can only use one matcher at a time: Regex, Type, MinType or MaxType. But what if you want use MinType a…
-
versions
```
pact-jvm-consumer-junit:4.0.10
pact-jvm-consumer-java8:4.0.10
pact-jvm-provider-gradle:4.0.10
```
DslPart
```java
DslPart body = newJsonArrayMinLike(1,(dto)->{
dto.ea…
-
### Software versions
_Please provide at least OS and version of pact-js_
- **OS**: Windows 10 Enterprise
- **Consumer Pact library**: @pact-foundation/pact 10.0.0-beta.58
- **Provider Pact l…
-
Hi, I'm using Pact as a consumer in order to test events being sent by the provider. Tests are written in Groovy. This particular use case looks like this: when an entity gets created, an event is sen…
-
The `runConsumerTest` method is currently synchronous, because all of our code is asynchronous this means we have to use `Await.result` here instead of (in our case) ScalaTest's `AsyncWordSpec`. It wo…
-
An undocumented yet recommended practice, is that provider states should be _scoped to consumers_.
Instead of a state reading as `orders exist` a sensible default would be to automatically scope th…
-
Whilst the wiki does have information and there is a HAL browser, it would be ideal to have the API published in a format such as Swagger. This request has come up a few times on various forums.
I …
-
## 1. Describe the mechanic
Test out Demonic Pact Mechanics
### 1.1 To Test
Steps to test the behavior:
1. confirm snapshotting
2. confirm 20 secs ICD
3. check stacking - with itself, with sha…
-
So, I'm sure someone has tried this, but I'd like to understand why it doesn't work. This is some code that passes in a mock window to the controller, why can't we do the same thing with $httpbackend?…
-
There's information in this blog post that should probably be distilled and added to the documentation:
http://rea.tech/enter-the-pact-matrix-or-how-to-decouple-the-release-cycles-of-your-microserv…