-
Karma-pact seems to break since the last updates (not sure which one precisely).
Here is a package.json that breaks:
```JSON
"devDependencies": {
"@pact-foundation/pact-node": "4.12.0",
…
-
Hi,
I am trying to upload a Pact File into Pact Broker using https://github.com/warmuuh/pactbroker-maven-plugin. But receiving 409 error from the Broker.
However, there is no file with the Consume…
-
Hi,
This is not really a bug but more of an inquiry. Is it possible to publish to a pack broker from JUnit? I've searched around and I've not able to find anything with regards to that if it's avai…
gtata updated
7 years ago
-
I have recently added PACT using depreciate DSL in our Angular2 project. We are in process of upgrading to current version and as per this repository instructions. This is how the output looks like
…
NomiJ updated
7 years ago
-
Getting no such method error using sleuth and zipkin
This is a kotlin / gradle project
I am using spring boot 2.0.0.RELEASE
spring cloud Finchley.M9
it works ok with spring-cloud-starter-sl…
-
When running a pact verify for a provider using maven getting the below error. The exact class is not getting picked up and interaction is not identified.
**1) This got picked up when running the s…
-
I am having an exception thrown when using the PactBroker in combination with PostgreSQL; if I don't use the Pact Broker for some hours, I get this exception at pact broker's home:
`
Sequel::Dat…
-
When you run pact producer in JUnit, the results are stored in JUnit format. This is good for compatibility with JUnit reporters of the IDE and so on, but in terms of generating a report for putting o…
-
Currently PactBrokerClient https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-provider/src/main/groovy/au/com/dius/pact/provider/broker resides on provider project. The problem is that PactBrokerCl…
-
I don't have provider tests, I just run pactVerify step. I am not sure if I am doing it right.
when the provider gradle file content is like the old format, the pactVerify step works fine.
```
ap…