Is there any way to stub network requests for UITests which are written in Swift?
I’ve already installed OHHTTPStubs pods but couldn’t managed to stub my network requests via using its methods which is because UITest target and application target are executed in different threads.
I’ll appreciate any recommendations.