Integration tests are a scam. Their complexity grows faster than the codebase they’re testing. They’re sensitive to changes anywhere in the system.
And like for what? If every time I make a change I break an integration test then it provides no value. It’s just testing if a change was made.
Unit tests are great, feature/e2e tests are fine, but integration tests are a waste of effort
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Integration tests are a scam.
Their complexity grows faster than the codebase they’re testing. They’re sensitive to changes anywhere in the system.
And like for what? If every time I make a change I break an integration test then it provides no value. It’s just testing if a change was made.
Unit tests are great, feature/e2e tests are fine, but integration tests are a waste of effort