venmo / DVR

Network testing for Swift
http://blog.soff.es/network-testing-in-swift-with-dvr
MIT License
651 stars 86 forks source link

Support UI Testing #55

Open timshadel opened 8 years ago

timshadel commented 8 years ago

Add support for easily faking network requests in your app during UI testing.

brentleyjones commented 7 years ago

This would be a great feature to have.

TheMetalCode commented 6 years ago

So I'm to the point of wanting to use DVR to stub out network calls for XCTest UI scenarios. Is there more to do with this PR to make it mergeable? Can I help with any of that? Or have there been further developments since this PR opened that would make one able to use DVR with XCTest UI?

No pressure, I know OSS is a volunteer effort, just looking to help.