summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/automation/taskcluster/androidTest/flank-arm-legacy-api-tests.yml
blob: 8712be3613bc52fc055bdaa370060917ca135919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Google Cloud Documentation: https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run
# Flank Documentation: https://flank.github.io/flank/
gcloud:
  results-bucket: fenix_test_artifacts
  record-video: true

  timeout: 15m
  async: false
  num-flaky-test-attempts: 2

  app: /app/path
  test: /test/path

  auto-google-login: false
  use-orchestrator: true
  environment-variables:
    clearPackageData: true
  directories-to-pull:
    - /sdcard/screenshots
  performance-metrics: true

  test-targets:
    - notPackage org.mozilla.fenix.screenshots
    - notPackage org.mozilla.fenix.syncintegration
    - notPackage org.mozilla.fenix.experimentintegration
    - class org.mozilla.fenix.ui.MainMenuTest#goBackTest
    - class org.mozilla.fenix.ui.MainMenuTest#goForwardTest
    - class org.mozilla.fenix.ui.HistoryTest#verifyHistoryMenuWithHistoryItemsTest
    - class org.mozilla.fenix.ui.CollectionTest#deleteCollectionTest
    - class org.mozilla.fenix.ui.HistoryTest#noHistoryInPrivateBrowsingTest
    - class org.mozilla.fenix.ui.TabbedBrowsingTest#openNewTabTest
    - class org.mozilla.fenix.ui.TabbedBrowsingTest#openNewPrivateTabTest
    - class org.mozilla.fenix.ui.TopSitesTest#openTopSiteInANewTabTest
    - class org.mozilla.fenix.ui.BookmarksTest#addBookmarkTest

  device:
    - model: Pixel2.arm
      version: 26
      locale: en_US
    - model: Pixel2.arm
      version: 27
      locale: en_US
    - model: redfin
      version: 30
      locale: en_US
    - model: x1q
      version: 29
      locale: en_US

flank:
  project: GOOGLE_PROJECT
  max-test-shards: 50
  num-test-runs: 1
  output-style: compact
  full-junit-result: true