Bonus: Microservices, the Expulsion From E2E Testing Paradise, and the Path to Salvation: Contract Testing
How to test microservices-based applications and why we can't use end-to-end tests in a loosely coupled architecture.
Hey,
this is another bonus article that I’ll soon post on my blog (https://markus.oberlehner.net/blog). It follows the same theme as one of the previous bonus articles about writing better tests for server-rendered applications. But with this one, I want to dive deeper into the history of E2E testing and why it doesn’t work for server-side rendered appli…