Files
halobestie-clone/client_app/.maestro/config.yaml
Ramadhan Sjamsani fcb8eaa505 App ID + launcher icon rename: halobestie.* → mybestie
- Customer: com.halobestie.client.client_app → com.mybestie
- Mitra:    com.halobestie.mitra.mitra_app  → com.mybestie.mitra
- iOS bundle IDs renamed to match (no .clientApp/.mitra camelCase legacy)

Mechanical rename touches Android build.gradle/Manifest/MainActivity
package, iOS pbxproj/Info.plist bundle IDs, Firebase configs
(google-services.json + GoogleService-Info.plist + firebase_options.dart),
new HaloBestie/Mitra launcher icons via flutter_launcher_icons (pubspec
config + adaptive-icon resources + AppIcon imageset), and the appId
references in every customer maestro flow + both .maestro/config.yaml
files. brandLogoBg (#FF699F) added to halo_tokens for the launcher pink.

Followup: re-register apps in Firebase consoles using the new package IDs;
strategy memo at project-firebase-env-strategy.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 11:13:47 +08:00

26 lines
1.2 KiB
YAML

# Shared variables for all client_app Maestro flows.
#
# Override at runtime with `maestro test --env KEY=value` or by setting shell env vars.
# See README.md for full setup + per-machine overrides.
env:
# App identifiers — Android / iOS bundle IDs picked up automatically by `appId:` in flows.
APP_ID_ANDROID: com.mybestie
APP_ID_IOS: com.mybestie
# Backend the app talks to — must match what the installed APK was built with
# (the `--dart-define=API_BASE_URL=...` value at build time).
BACKEND_URL: http://192.168.88.247:3000
BACKEND_INTERNAL_URL: http://192.168.88.247:3001
# Test customer credentials — must exist in the customers table on the target backend.
# These are read by helper scripts (see .maestro/scripts/) when seeding state.
CUSTOMER_PHONE: "+628100000001"
CUSTOMER_OTP: "123456" # OTP stub mode emits a known code per phone
# If you need to drive a "second actor" (e.g., the mitra accepting a blast), the test
# flows curl the backend directly using these credentials. See README §"Single-emulator
# + curl pattern" for details.
TEST_MITRA_ID: "REPLACE-WITH-A-REAL-MITRA-UUID"
TEST_MITRA_JWT: "REPLACE-WITH-A-VALID-MITRA-JWT"