Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers
Adding a Refreshable protocol similar to the existing Completable & Dismissible protocols. Each thing that conforms to Refreshable is responsible for how to refresh itself e.g. a refreshable screen needs pulling upwards to trigger the refresh.
Refresh tests were added to Table & Collection View Tests. This is #85 TABTestKit enhancement.
Please make sure the changelog is updated with any changes pending before a release :) I've been meaning to get round to creating a PR checklist with that so its harder for us to forget.
Adding a
Refreshable
protocol similar to the existingCompletable
&Dismissible
protocols. Each thing that conforms toRefreshable
is responsible for how to refresh itself e.g. a refreshable screen needs pulling upwards to trigger the refresh. Refresh tests were added to Table & Collection View Tests. This is #85 TABTestKit enhancement.