Skip to content

CrisisCleanup/crisiscleanup-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a80f5b8 · Aug 23, 2023
Aug 23, 2023
Aug 22, 2023
Aug 21, 2023
Aug 18, 2023
Aug 21, 2023
Aug 21, 2023
Aug 21, 2023
Aug 21, 2023
Aug 7, 2023
Aug 21, 2023
Aug 21, 2023
Aug 21, 2023
Aug 3, 2023
Aug 16, 2023
Aug 21, 2023
Aug 3, 2023
Aug 18, 2023
Aug 21, 2023
Aug 7, 2023
May 24, 2023
Jan 10, 2023
Aug 18, 2023
Jan 10, 2023
Jul 13, 2023
Jan 2, 2023
Jan 2, 2023
Feb 16, 2023
Jun 21, 2023

Repository files navigation

Crisis Cleanup

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.

E2e tests

Run tests

  1. Install maestro Recommended way: - Install with asdf install or rtx install. This will install maestro with version defined in .tool-versions. Other: - https://maestro.mobile.dev/getting-started/installing-maestro
  2. Start android emulator
  3. Make sure the required env vars defined in .envrc are set in your environment.
  4. 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

Start maestro studio

maestro studio

View App's Hierarchy

maestro hierarchy