Integration Testing Scaffolds: a centralized testing approach for microservice architectures
We all know some version of the testing pyramid: unit tests at the bottom, then integration/contract tests, and finally a thin layer of E2E tests. But here's th...