App is started from Now in Android.
- build-logic keeps nowinandroid/NIA naming from the original files.
- Normally demo builds are limited/free versions. In this case treat demo as non-production builds for local development using non-production services.
- Benchmark related files and settings were removed to simplify v1.
Maestro screenshot tests are here
- Install maestro
Recommended way:
- Install with
asdf install
orrtx install
. This will install maestro with version defined in.tool-versions
. Other
- Install with
- Start android emulator
- Make sure the required env vars defined in
.envrc
are set in your environment. - Run tests
maestro test ./.maestro/<test-dir> # Run all tests using test script (recommended) # Build app before to get app apk before running ./scripts/maestro.sh app/build/outputs/apk/demo/debug/app-demo-debug.apk local
maestro studio
maestro hierarchy