-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/pact-foundation/pact-python/main/CONTRIBUTING.md#issues).
### Pr…
-
Hi team,
I want to run pactVerify (using pact-jvm-provider-gradle 3.5.9) to verify pact records on Broker of two providers.
Command line: gradle pactVerify
Configure in build.gradle:
`serviceProv…
-
### Software versions
- **OS**: Mac OSX 13.0.1
- **Consumer Pact library**: Pact JS v10.4.0
- **Provider Pact library**: Pact JS v10.4.0
- **Node Version**: 14.18.2
### Issue Checklist
Ple…
-
Hello,
I've been trying to run a pact json file against our own server. With SSL disabled - a normal http connection works properly, but for now I get a SSLHandshakeException, claiming there's a ba…
-
Does Pact support Spock framework out of the box to write consumer and provider side tests? If yes then do you have examples/reference documentation.
-
Hi!
Is there a way to flag a certain provider state as pending, so it's skipped during verification? For instance, if the set up of that state is tricky or hasn't been implemented yet. Or in my case,…
-
### Checklist
Before making a feature request, I have:
- [x] [Searched the issues to check that this feature hasn't been requested before](https://github.com/pact-foundation/pact-js-core…
-
We should make sure things set in application.properties are made available to the tests.
This is related to https://github.com/quarkiverse/quarkus-pact/issues/3, but different enough that it shou…
-
The error "Error: The specified procedure could not be found." is thrown on most Windows builds, resulting in CI failures for Pact JS builds.
[Example build](https://github.com/pact-foundation/pact…
-
In the REPL I've noticed that if a function fails within `(expect-failure)` but writes to the database along the way then it isn't rolled back. Any writes that happened prior to the failure mutate the…