pact-foundation / pact-jvm

JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://docs.pact.io
Apache License 2.0
1.08k stars 479 forks source link

What's the option to publish pact provider test results to pact broker for Clojure,. #1625

Open cksharma11 opened 1 year ago

cksharma11 commented 1 year ago

Hi Team,

We're trying to write pact provider tests in Clojure using pact jvm. In kotlin we have an option to publish the results to broker using System.setProperty("pact.verifier.publishResults", "true") but similar thing is missing in Clojure, or I maybe missing something.

I want to know if there's an option which I can use to publish the verification results to broker for Clojure services.

Thanks

rholshausen commented 1 year ago

System.setProperty("pact.verifier.publishResults", "true") is standard JVM class method. You can call this from Clojure