Here’s a novel reason to write automated end-to-end tests: It motivates...


Here’s a novel reason to write automated end-to-end tests: It motivates developers to fix performance issues.

Why? Because if the app is slow, the tests will be slow, which makes CI slow.

So devs will be motivated to speed up the app in order to speed up CI.

That’s a win/win.

View original on X