A Not Brief Intro to Contract Testing
Before we deploy an application to production, we need to be sure it works correctly with the other applications with which it integrates. To do this, traditionally we run integration tests using "live", deployed applications.
Integration tests
✅ gi...
khareyash05.hashnode.dev4 min read