Get rid of your external dependencies with WireMock
So far in my posts focusing on API testing I was using external services only. This isn’t particularly bad for higher level tests, but sometimes we would like to work on our localhosts only. This eliminates potential flakiness related to...