|
|
|
|
|
by iateanapple
2117 days ago
|
|
> Integration, E2E, and smoke tests are generally slow, flakey, hard to write. This is not really true anymore in a modern system. I can spin up an entire cluster to mirror prod - including databases and all - and run approx 10k integration tests all in under 5 minutes. |
|
it all depends on your definition of unit/integration, what I am talking about as unit tests you may very well be talking about as integration tests...
one of the main points I was making is you shouldn't have significant duplication in test coverage and if you do, I'd much rather stick with the unit tests and delete the others.