monitoring: port GOA GUI chain from taler-android inference branches

Document dev/hernani-inference/gui-workflows and related fix branches;
add Linux-capable run-goa-gui-chain.sh (mint + deep-link + UI taps).
This commit is contained in:
Hernâni Marques 2026-07-17 21:02:41 +02:00
parent 2b89526c60
commit ed6fca0958
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
3 changed files with 413 additions and 2 deletions

View file

@ -38,6 +38,19 @@ STACK=stage ./run-android-gui-smoke.sh
GUI=1 ./run-android-build-and-smoke.sh
```
Documented shortcuts and limits: **[AUTOMATED-GUI-NOTES.md](./AUTOMATED-GUI-NOTES.md)**.
## 4) Full GOA/stage chain (from `dev/hernani-inference/gui-workflows`)
Bank API mint → withdraw deep-link → taps → template pay → taps:
```bash
# needs explorer password + device
EXP_PW_FILE=$HOME/src/koopa/koopa-admin-secrets/koopa/host-root/taler-bank/bank-explorer-password.txt \
STACK=goa PKG=net.taler.wallet.fdroid.debug \
./run-goa-gui-chain.sh
STACK=stage ./run-goa-gui-chain.sh
```
Documented shortcuts, inference branches, limits: **[AUTOMATED-GUI-NOTES.md](./AUTOMATED-GUI-NOTES.md)**.
See also parent [GIT-AUTOMATION-NOTES.md](../GIT-AUTOMATION-NOTES.md).