Hello team, I am looking for some help to add cont...
# pact-js
r
Hello team, I am looking for some help to add contract testing on our application. Our microservices communicates using internal API. If I call /api/v1/CreateSession it internally calls another private API /api/private_v1/user/<id>. How to design consumer and provider tests for the same. Any Examples please. Thanks
m
You would usually stub downstream systems, and then write pacts for them
Also covered in this AMA: https://docs.pact.io/help/amas#apac-1