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

Feature/issue85/add refreshable option #113

Closed annapiktas closed 4 years ago

annapiktas commented 4 years ago

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.

KaneCheshire commented 4 years ago

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.