0

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
J_A_X
  • 12,857
  • 1
  • 25
  • 31
Nandess
  • 25
  • 1
  • 10

2 Answers2

0

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.

J_A_X
  • 12,857
  • 1
  • 25
  • 31
0

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.

Matthew Fellows
  • 3,669
  • 1
  • 15
  • 18