Charlan Bettiol
08/29/2023, 7:36 PM@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?