Introducing WIP Pacts
The new "work in progress pacts" feature allows consumers to get feedback on whether or not their changed pacts are valid, without the provider team having to take action, and without breaking the provider build.…
The new "work in progress pacts" feature allows consumers to get feedback on whether or not their changed pacts are valid, without the provider team having to take action, and without breaking the provider build.…
Changes to the contract made by the consumer teams can no longer break the provider builds. Hooray!…
The can-i-deploy tool is a CLI that ensures you are safe to deploy a consumer or provider into a given environment. To do this, it queries the Pact Broker to ensure that there is a successful verification result between the existing application versions and the application version you're about to…