-
I am currently having the Problem, that I cannot publish my contracts to the pact-broker via https from my jenkins build server. From the local machine on windows, it works but remote I get the error:…
-
# Pre issue-raising checklist
I have already (please mark the applicable with an `x`):
* [x ] Upgraded to the latest Pact Broker OR
* [x ] Checked the CHANGELOG to see if the issue I am about t…
-
As per title,
When I try to publish automatically to the broker while passing a custom folder argument to `pact_dir`, the pact fails to be published.
Example:
```
pact = (
Consumer('myser…
-
While running a JUnit5/Spring Pact verification with `@IgnoreNoPactsToVerify` and `@PactBroker` when there are no published pacts in the pact-broker, the test fails with `NotFoundHalResponse` excepti…
-
I set up a test requesting PACTs from PactBroker. Everything works fine if the PACT Broker is up and running. By using the PACT Broker the tests are depending on a running PACT Broker and a valid conn…
-
Hi, I am writing a provider test over REST. It looks like I am unable to publish the provider to broker, I have set up the verifier as following,
verifier = Verifier(provider="provider",
…
-
Pack documentation states the following way to pass bearer token using Junit:
```
@PactBroker(host = "${pactbroker.url:localhost}", port = "1234", tags = {"latest", "prod", "dev"},
authenticati…
-
Hi team, I run the publishing the pacts to broker job in the circleCI flow, when I updated the pact_broker-client to 1.36.0, publishing the pacts to the broker failed, here is the log:
```
#!/bin…
-
Hello,
While versioning contracts, we append git branch name to the version so we always have separate contract per branch. Unfortunately, when version contains special characters (like '/' in my cas…
-
When verifying a pact, we should be able to provide a broker token
in [source](https://github.com/pact-foundation/pact-python/blob/master/pact/verifier.py) we see
```
broker_token = kwargs.get(…