From 2f780074e0edb23e572c7f4ed366d91a5de8150b Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Sat, 19 Jun 2021 23:58:47 +0300 Subject: [PATCH] [android] Enable Firebase TestLab (monkey tests) See https://firebase.google.com/docs/test-lab Signed-off-by: Roman Tsisyk --- .github/workflows/android-beta.yaml | 15 +++++++++++++++ .gitignore | 1 + 2 files changed, 16 insertions(+) diff --git a/.github/workflows/android-beta.yaml b/.github/workflows/android-beta.yaml index ddc19570f5..1971ecd321 100644 --- a/.github/workflows/android-beta.yaml +++ b/.github/workflows/android-beta.yaml @@ -39,6 +39,9 @@ jobs: with: java-version: 1.8 + - name: Install Google SDK + uses: google-github-actions/setup-gcloud@master + - name: Checkout sources uses: actions/checkout@v2 @@ -72,6 +75,18 @@ jobs: ninja --version ./gradlew -x lint -x lintVitalGoogleBeta assembleGoogleBeta uploadCrashlyticsMappingFileGoogleRelease + - name: Run monkey + run: | + gcloud auth activate-service-account --key-file android/firebase-test-lab.json + # 4 commits/day * 5 devices * 8 min/test = 160 min/day ~= $10/month + gcloud firebase test android run --app ./android/build/outputs/apk/google/beta/OrganicMaps-*-google-beta.apk \ + --device model=redfin,version=30 \ + --device model=a10,version=29 \ + --device model=equuleus,version=28 \ + --device model=OnePlus3T,version=26 \ + --device model=hwALE-H,version=21,orientation=landscape \ + --timeout 8m + - name: Upload beta apk to App Distribution shell: bash working-directory: android diff --git a/.gitignore b/.gitignore index deb314723c..dcbd9d172b 100644 --- a/.gitignore +++ b/.gitignore @@ -138,6 +138,7 @@ android/libnotify.properties android/google-services.json android/google-play.json android/firebase-app-distribution.json +android/firebase-test-lab.json android/huawei-appgallery.json android/res/xml/network_security_config.xml server