OpenLiberty / guide-contract-testing

A guide on how to implement contract testing to ensure compatibility for Java microservices.
https://openliberty.io/guides/contract-testing.html
Other
1 stars 4 forks source link

SME Review #6

Closed wkorando closed 3 years ago

wkorando commented 3 years ago

A nice quick intro into contract testing. My experience is with Spring Cloud Contract, so for me it was nice to see what pact looks like. Just a few notes I have, feel free to take them or leave them or work them into a future aritcle in a series on contract testing as you like:

meswan commented 3 years ago

Addressed