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

[Chore] Add page controller to example app with a test to be updated as part of issue 72 #105

Closed bengilroy closed 4 years ago

bengilroy commented 4 years ago

@annapiktas is working on #72 but there is no way to currently test a working solution in the app.

This PR adds a simple page view controller to the example app with a corresponding test that can be updated once the work for #72 is updated.

Note: This involves no functional change to TABTestKit itself, just the example app and its tests.