christophd / citrus-demo-devoxx

Demo for "Testing Microservices with a Citrus twist"
Apache License 2.0
4 stars 12 forks source link

Consumer driven - Pact question #1

Open fmacicasan opened 8 years ago

fmacicasan commented 8 years ago

Hi,

The framework i was referring to:

Its currently limited to http request. A consumer can define a contract for the service provider and generate "pact files" during the build process, publish those in a central pact repository. Service providers can pull contracts ("pact files") of integrators and validate against them during their build process.

Thanks for your presentation! Florin.

christophd commented 8 years ago

Thanks, I think your question was also was related to how separated teams working on one particular interface can share the tests. How does that work with pact?