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

174 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 answers

1
Matthew Fellows 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
J_A_X 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.