Slide 93
Slide 93 text
TESTING PROTIPS
▸ Do all configuration in setUp, don't rely on tearDown
▸ Prefer mocking tests of external services to retry on failure
▸ Create separate test plans for PRs vs full test suite
▸ Prefer async/await to waitForExpectations
▸ Add execution time allowances to kill infinite loops
https://developer.apple.com/wwdc22/110361