tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

arm-experimental-api-tests.yml (1084B)


      1 # Google Cloud Documentation: https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run
      2 # Flank Documentation: https://flank.github.io/flank/
      3 gcloud:
      4  results-bucket: fenix_test_artifacts
      5  record-video: true
      6  timeout: 15m
      7  async: false
      8  num-flaky-test-attempts: 1
      9 
     10  app: /app/path
     11  test: /test/path
     12 
     13  auto-google-login: false
     14  use-orchestrator: true
     15  environment-variables:
     16    clearPackageData: true
     17  directories-to-pull:
     18    - /sdcard/screenshots
     19  performance-metrics: true
     20  other-files:
     21    /data/local/tmp/org.mozilla.fenix.debug-geckoview-config.yaml: geckoview-configs/org.mozilla.fenix.debug-geckoview-config.yaml
     22 
     23  test-targets:
     24    - notPackage org.mozilla.fenix.syncintegration
     25    - notPackage org.mozilla.fenix.experimentintegration
     26    - package org.mozilla.fenix.ui.efficiency.tests
     27    - package org.mozilla.fenix.ui.efficiency.examples
     28 
     29  device:
     30    - model: MediumPhone.arm
     31      version: 34
     32      locale: en_US
     33 
     34 flank:
     35  project: GOOGLE_PROJECT
     36  max-test-shards: 100
     37  num-test-runs: 1
     38  output-style: compact
     39  full-junit-result: true