What should I actually test in integration testing?
Hi everyone,
I'm working on a small hobby project and trying to set up proper testing. I understand unit tests (testing individual functions) and end-to-end tests (testing full user flows like login → create item → verify result).
But I'm still confused about integration testing.
I'm trying to find a reasonable balance without over-testing everything. How do you usually decide what counts as a good integration test?
Any advice or examples would really help. Thanks!
1
vote