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

Example tests fail on Touch ID simulators #24

Open KaneCheshire opened 4 years ago

KaneCheshire commented 4 years ago

The example tests assume that you're running on a Face ID device, so that needs to be updated somehow to accommodate Touch ID too.

zacoid55 commented 4 years ago

@KaneCheshire is this a bug or a feature? It almost feels like something that we could extend

KaneCheshire commented 4 years ago

It's just the way the example tests have been set up, they just assume that it's always Face ID. Not super sure of the best way to handle it