theappbusiness / TABTestKit

Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers
MIT License
59 stars 13 forks source link

Re-add mock server support #26

Open zacoid55 opened 4 years ago

zacoid55 commented 4 years ago

Once upon a time this library had support for controlling a mock server albeit in quite a rudimentary way.

This was achieved in a better way on a recent project which I'd like put within TABTestKit - it abstracts away the controlling of the address, port and apis and keeps the main controller hidden away.