tor-browser

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

arm-robo-test.yml (996B)


      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: false
      6  timeout: 10m
      7  async: false
      8 
      9  app: /app/path
     10 
     11  auto-google-login: false
     12  use-orchestrator: true
     13  environment-variables:
     14    clearPackageData: true
     15  other-files:
     16    /data/local/tmp/org.mozilla.fenix.debug-geckoview-config.yaml: geckoview-configs/org.mozilla.fenix.debug-geckoview-config.yaml
     17 
     18  device:
     19    - model: java
     20      version: 30
     21      locale: en_US
     22    - model: MediumPhone.arm
     23      version: 32
     24      locale: en_US
     25    - model: tokay
     26      version: 35
     27      locale: en_US
     28    - model: oriole
     29      version: 31
     30      locale: en_US
     31    - model: e1q
     32      version: 34
     33      locale: en_US
     34 
     35  type: robo
     36  robo-script: robo-scripts/fenix-robo-script.json
     37 
     38 flank:
     39  project: GOOGLE_PROJECT
     40  num-test-runs: 1
     41  output-style: compact
     42  full-junit-result: true