Swift Localhost: Making XCUITest Great Again

Kenneth Poon
Quick Code
Published in
5 min readFeb 17, 2019

--

Easiest network stubbing for XCUITest

End-to-end (E2E) UI tests are not only fragile due to multiple dependencies, they are also slow and expensive to execute. In my previous employments, I remember how frustrating it was for our organisations to spend multiple hours running E2E tests but to have them failing due to local client side bugs. Such unnecessary…

--

--