Can we test biometric authentication using the simulator?
The iPhone X Simulator shows a menu for Face ID enrollment, but after enabling that, what can I do?
See this article. You can create the Biometrics.m, Biometrics.h, and bridging-header.h files within you UITests folder and update your UI test target to use that bridging header. https://github.com/KaneCheshire/BiometricAutomationDemo