tor-browser

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

arm-smoke-tests.yml (1132B)


      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 
      7  timeout: 15m
      8  async: false
      9  num-flaky-test-attempts: 1
     10 
     11  app: /app/path
     12  test: /test/path
     13 
     14  auto-google-login: false
     15  use-orchestrator: true
     16  environment-variables:
     17    clearPackageData: true
     18  directories-to-pull:
     19    - /sdcard/screenshots
     20  performance-metrics: true
     21 
     22  test-targets:
     23    - class org.mozilla.fenix.ui.HistoryTest#verifyHistoryMenuWithHistoryItemsTest
     24    - class org.mozilla.fenix.ui.SettingsSearchTest#verifyShowSearchSuggestionsToggleTest
     25    - class org.mozilla.fenix.ui.CollectionTest#deleteCollectionTest
     26    - class org.mozilla.fenix.ui.HistoryTest#noHistoryInPrivateBrowsingTest
     27    - class org.mozilla.fenix.ui.NoNetworkAccessStartupTests#noNetworkConnectionStartupTest
     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: 2
     37  num-test-runs: 1
     38  output-style: compact
     39  full-junit-result: true