(Side-Quest)

đź§Ş What are End-to-End Tests?

These are tests that check our system against other services, like remote APIs. They hit the real services that our app uses.

For example, we might make a real network request to that Weather API using a real instance of Foundation.URLSession. (7/11)

Comments