The test pyramid is a lie...
The concept of the testing pyramid is easy. The idea is that you want to do most of the testing at the unit test level, and a few of your tests at the integration level, and even fewer tests at the end to end level. Well this is a strange