ministryofjustice / hmpps-interventions-service

Business/domain interface for providing rehabilitation services to service users
MIT License
1 stars 1 forks source link

Pact checklist #22

Closed sldblog closed 3 years ago

sldblog commented 3 years ago

Copied from https://github.com/pact-foundation/pact_broker/wiki/Set-up-checklist


This is a high level check list of things that need to be done when setting up an integration to be tested with Pact using the Pact Broker. As there are many Pact implementations in different languages, you will need to consult the documentation for your language to find out how to implement each step. See The steps to reaching Pact Nirvana for an in depth explanation of the purpose of each step.

Basic

This will get you to the stage where your consumer and provider have a pact that is generated and verified automatically, with a set up that allows you to introduce changes without breaking the provider build.

Anyone

See https://github.com/ministryofjustice/hmpps-interventions-ui/issues/38

Consumer team

See https://github.com/ministryofjustice/hmpps-interventions-ui/issues/38

Provider team

Advanced

Skipping this part.

sldblog commented 3 years ago

Webhook added in https://github.com/ministryofjustice/hmpps-pact-broker/commit/27777b3df634c86f17de4ef394b36f418c60a11f

Separate CI job added in #65