I know to do pact verification using
@pactBroker(host="hostname", authentication="someAuthtextInbase64")
where all the contract details are present and I can connect and verify.
Now I want to run a pact test without involving the pact broker as my consumer is not ready, my consumer provided a valid contract json and I am suppose to verify it from provider end with just the contract json? Could any one help on this please?