cern-sis / issues

0 stars 0 forks source link

Try contract testing with Pact #78

Open karolina-siemieniuk-morawska opened 1 year ago

karolina-siemieniuk-morawska commented 1 year ago

"Contract testing is immediately applicable anywhere where you have two services that need to communicate - such as an API client and a web front-end. Although a single client and a single service is a common use case, contract testing really shines in an environment with many services (as is common for a microservice architecture). Having well-formed contract tests makes it easy for developers to avoid version hell. Contract testing is the killer app for microservice development and deployment."

https://docs.pact.io/