-
### Software versions
_Please provide at least OS and version of pact-js_
- **OS**: Mac OSX 13.6
- **Pact Node version**: `@pact-foundation/pact@12.1.0`
- **Node Version**: `18.13.0`
- **Othe…
-
Read a bit more of docs, but there doesn't seem to be a way to auto publish pacts to broker.
[Instructions here](https://github.com/pact-foundation/pact_broker/wiki/Publishing-and-retrieving-pacts…
-
Hello!
Thank you very much for Pact. It's awesome.
This is more of a conceptual question than a bug report, so I'm not providing much code but I would happily arrange it if necessary. Also, I gu…
-
Some bad things could happen behind the scenes like daily cleanup wasn't done due to query timeout.
Could be nice to have some notification/icon/toast for such cases. Maybe this could be shown for ad…
-
Currently in order to skip SSL verification for a webhook one must turn it off globally using the PACT_BROKER_DISABLE_SSL_VERIFICATION environment variable.
This is to request an option added in the w…
-
If a pact has "a request for an order" given "an order exists" and, "a request for an order", given "an order does not exist", the first successful response will always be returned, meaning that you c…
-
Currently when you use `pact-provider-verifier ... --custom-provider-header="Authorization: xxx"` to give, for example, a bearer token to Pact while running the provider verifications. The contents of…
-
It's probably easy to fall into this trap like I did when utilizing the webhook template library [here](https://docs.pact.io/pact_broker/webhooks/template_library#bitbucket---trigger-pipeline-run). …
-
We tried to implement `fromProviderState` in an interaction that is iterated in the test (see code below) but running `consumer test` fails with;
```bash
Error: Mock server failed with the following…
-
https://github.com/pact-foundation/pact-mock_service/blob/c8dcbc2609d78f433b7f1cd4a27b47628a2b7c4d/lib/pact/mock_service/request_handlers/pact_post.rb#L29
The configuration options and the post bod…