monitoring: build latest taler-android then same adb pay smoke
Add run-android-build-and-smoke.sh (assembleFdroidDebug from taler-android master) and wire APK_PATH/PKG into the existing smoke.
This commit is contained in:
parent
f79d6350c3
commit
b1c8e5ddb2
5 changed files with 143 additions and 9 deletions
|
|
@ -178,3 +178,16 @@ For reliable full UI confirm/pay use a physical phone or a host with **≥6–8
|
|||
| `adb install` wallet | **Success** on emulator-5554 |
|
||||
| Deep-link withdraw | **delivered**; wallet-core started `prepareBankIntegratedWithdrawal` for GOA |
|
||||
| Unattended UI confirm | flaky (ANR) on this host’s RAM |
|
||||
| Source build `assembleFdroidDebug` | **OK** (2026-07-17, `taler-android@f65a976c0d4a`, ~12 min, APK ~59 MiB) |
|
||||
|
||||
### From-source smoke (same tests as F-Droid)
|
||||
|
||||
```bash
|
||||
# build latest master + adb smoke
|
||||
./android-test/run-android-build-and-smoke.sh
|
||||
STACK=goa ./android-test/run-android-build-and-smoke.sh
|
||||
# already built:
|
||||
APK_PATH=$HOME/taler/taler-android/wallet/build/outputs/apk/fdroid/debug/wallet-fdroid-debug.apk \
|
||||
PKG=net.taler.wallet.fdroid.debug \
|
||||
./android-test/run-android-pay-smoke.sh
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue