monitoring: GUI-AUTOMATION-NOTES + AUTO_ANDROID/AUTO_GUI flags

Document minimal variant; Linux defaults to Android-only automation;
macOS can enable both ecosystems later via flags.
This commit is contained in:
Hernâni Marques 2026-07-17 21:24:05 +02:00
parent cf349bfdb6
commit 07045ca388
No known key found for this signature in database
6 changed files with 231 additions and 193 deletions

View file

@ -51,6 +51,13 @@ EXP_PW_FILE=$HOME/src/koopa/koopa-admin-secrets/koopa/host-root/taler-bank/bank-
STACK=stage ./run-goa-gui-chain.sh
```
Documented shortcuts, inference branches, limits: **[AUTOMATED-GUI-NOTES.md](./AUTOMATED-GUI-NOTES.md)**.
Canonical notes (minimal variant, **flags**, Linux defaults):
**[GUI-AUTOMATION-NOTES.md](./GUI-AUTOMATION-NOTES.md)**.
| Flag | Linux default | Meaning |
|------|---------------|---------|
| `AUTO_ANDROID` | `1` | Run Android adb/APK automation |
| `AUTO_GUI` | `1` | Graphical uiautomator drive (else deep-link only) |
| `AUTO_PLATFORM` | `auto``linux` | Host family; macOS can later pair with iOS out of tree |
See also parent [GIT-AUTOMATION-NOTES.md](../GIT-AUTOMATION-NOTES.md).