Context
In this post I will cover my approach to writing integration tests, using .NETs WebApplicationFactory.
Why this approach?
After an initial setup, it's very straightforward writing new tests and refactoring old ones.
Easy to work with atomic...