wix / Detox

Gray box end-to-end testing and automation framework for mobile apps
https://wix.github.io/Detox/
MIT License
11.2k stars 1.92k forks source link

Simulate NFC scan event in Android with Detox #2699

Open chrisfinch opened 3 years ago

chrisfinch commented 3 years ago

Hi,

Thanks for providing this open source software, your effort is really appreciated.

The android app I want to test responds to scans of NFC tags;

From a test I need to either;

or

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back.

Thank you for your contributions!

For more information on bots in this reporsitory, read this discussion.

d4vidi commented 3 years ago

@chrisfinch So I'm taking this as a feature suggestion -- but also, seems like you'd be interesting on introducing this feature into Detox yourself? If so, that would be amazing and we'll do our best to support that. In any case, offhand, the intent-based solution seems the most black-box-ish, and probably aligns with what is required by the app in order to support NFC tags regardless of Detox. Wdyt?