In PactBroker, When i will get the data in "Last Verified" column - New PactBroker Version

201 Views Asked by At

In PactBroker, When i will get the data in "Last Verified" column.

Image : Pact Broker - New Version

Am using Maven plugin to verify with provider,

mvn pact:verify

Plugin:

groupId: au.com.dius
artifactId: pact-jvm-provider-maven_2.11
version: 3.3.4
2

There are 2 best solutions below

1
On BEST ANSWER

As of today, the JVM version has not yet got full support for this feature but we are working on it!

You can implement it yourself by following the HAL links and publishing to the pb:publish-verification-results link.

1
On

I do believe that you need to publish your results using mvn pact:publish after they've been verified so that the broker knows about them.