I like to write a test for an ios/android app which needs a NFC card for a login auth.
Ive searched a lot online and all answers at the end are like: it isnt possible to mock or fake.
I ask me now, are Im the only one on this planet who uses nfc and would like to test this flow automated?
Is it only possible by accessing the codebase directly or to do this flow by hand?
Is there no way for a automated e2e test, with any frameworke like appium for example, with real devices and nfc cards?
All the best and thanks.