good afternoon everyone how are you? I have a doub...
# pact-jvm
c
good afternoon everyone how are you? I have a doubt, when I run my tests via Junit5 with
Copy code
@PactBroker(
         host = "<http://myhost.com|myhost.com>",
         authentication = @PactBrokerAuth(token = "${PACT_BROKER_TOKEN}")
)
it automatically does the verify and publishes the results, but with maven this does not happen, I wanted the behavior of JUNIT to be the same as MAVEN is there any specific parameter for me to put so that it does not publish the results by JUNIT?