You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often pact files have a number of "contract"s(?) in them. It would be nice to be able to verify if a single contract is satisfied, ie a provider spec file could run:
Often pact files have a number of "contract"s(?) in them. It would be nice to be able to verify if a single contract is satisfied, ie a provider spec file could run:
verifyPact.withPactSource(pactBroker()).OnlyItems(1)
while debugging an individual contract, since the pact file is external and one can't simply comment or uncomment other contracts to achieve this.
The text was updated successfully, but these errors were encountered: