monitoring: Android pay smoke with published F-Droid wallet APK
User-local emulator/adb path; install APK, deep-link withdraw and pay-template without root. Document host RAM limits for full UI.
This commit is contained in:
parent
17f25d41c9
commit
f79d6350c3
4 changed files with 257 additions and 0 deletions
13
scripts/taler-monitoring/android-test/README.md
Normal file
13
scripts/taler-monitoring/android-test/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Android pay smoke (published wallet)
|
||||
|
||||
Installs the **F-Droid** GNU Taler Wallet APK and deep-links
|
||||
`taler://withdraw/…` + optional `taler://pay…` against GOA or stage.
|
||||
|
||||
```bash
|
||||
# needs adb device/emulator
|
||||
./run-android-pay-smoke.sh
|
||||
STACK=goa ./run-android-pay-smoke.sh
|
||||
STACK=stage ./run-android-pay-smoke.sh
|
||||
```
|
||||
|
||||
See parent [GIT-AUTOMATION-NOTES.md](../GIT-AUTOMATION-NOTES.md).
|
||||
Loading…
Add table
Add a link
Reference in a new issue