-
Hey y'all, writing all these tests manually suuuuucks which I'm sure a lot of us can agree upon. Especially when you may have a lot of logic in one API call. Are there any plans for generating some of…
-
### Problem
If I run the server as follows:
```yaml
pact-stub:
command:
- "-p3001"
- "-dpacts"
container_name: my-pact-stub
image: pactfoundation/pact-stub-server
ports:
…
-
> Meta issue for all things Pact FFI interop with Pact-Ruby
## :memo: Background
One of the strengths of Pact is its [specification](https://github.com/pact-foundation/pact-specification), allow…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/pact-foundation/pact-python/blob/master/CONTRIBUTING.md#issues).
…
-
## Rationale
We have warnings in the code, if on Alpine - See https://github.com/pact-foundation/pact-go/pull/246
but we now have native musl based shared libraries for the pact_ffi
https://g…
-
## Software versions
* **OS**: Ubuntu 20.04
* **Consumer Pact library**: pact-go v2.0.0-20210621102432-26b32fd1552a
* **Provider Pact library**: -
* **Golang Version**: go1.16.2 linux/amd64
* *…
-
https://github.com/pact-foundation/pact-workshop-jvm-spring/blob/4c7fb6122bcd04d27b067534ee59d876cf5733c2/consumer/src/test/java/au/com/dius/pactworkshop/consumer/ProductConsumerPactTest.java#L55
T…
-
Everyone,
Can you help us getting over the challanges here?
The teams in my current company are now leveraging PACT for building a provider service for Automated UAT (using BDD) and discovered so…
-
I tried to pass `pactbroker.consumerversionselectors.rawjson` parameter to Gradle Test task as system property for my junit tests.
I tried raw string without success, I tried building in with Gson…
-
Description of the feature request:
This feature request proposes the ability to generate pacts off the back of Android automation tests that utilise a mock server.
Use case / for what or how I would …