openwallet-foundation / owl-mobile-wallet-test-harness

An acceptance test framework for testing mobile wallets utilizing Python, Behave, Appium, and a mobile device cloud service.
Apache License 2.0
14 stars 14 forks source link

Local Android Emulator Support in AMTH Container #72

Open nodlesh opened 2 years ago

nodlesh commented 2 years ago

AS AN AMTH Test Developer, I WANT to use an Android Emulator loaded in a separate test container managed by the test harness, SO THAT I don't have to have an android development environment on my local machine to run tests and I don't need a paid cloud device service.

Possible container to use: https://github.com/appium/appium-docker-android/blob/master/README.md

dipeshnb commented 1 year ago

Resolved biometric issue on Android emulator. TL?DR - Need to use adb to setup biometrics on device vs the emulator UI. PR https://github.com/hyperledger/aries-mobile-test-harness/pull/150