This obviously excludes manual testing, and the author doesn't explain why he is excluding them.
[0] which are discussed later - "Now, to be fair, most engineers are not skipping testing altogether. They’re probably doing some manual checks with Postman, watching logs, or visually confirming debug output. The resistance isn’t to testing itself, it’s to codifying and automating those tests."
[1] Yes, there are exceptions. That's why I said "the majority".
worse, manual testing is considerably less repeatable than automated testing. was this result worse than it was before, or did someone just forget to set that environment variable or run it on the correct node type.
if your developers are running manual tests before every commit, that's potentially a huge waste of resources. and if you're hiring people specifically to do manual testing that's.. kind of inhuman? unless you're really hiring people that can't do anything else, in which case you'll need to hire an appropriate number of overseers.
automated testing gives you so much more leverage for less cost than manual, I struggle to think of a situation where that might be preferable.