arm-legacy-api-tests.yml (1560B)
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: 2 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 - notPackage org.mozilla.fenix.syncintegration 24 - notPackage org.mozilla.fenix.experimentintegration 25 - class org.mozilla.fenix.ui.MainMenuTest#navigateBackAndForwardTest 26 - class org.mozilla.fenix.ui.HistoryTest#verifyHistoryMenuWithHistoryItemsTest 27 - class org.mozilla.fenix.ui.CollectionTest#deleteCollectionTest 28 - class org.mozilla.fenix.ui.HistoryTest#noHistoryInPrivateBrowsingTest 29 - class org.mozilla.fenix.ui.MainMenuTest#openNewTabTest 30 - class org.mozilla.fenix.ui.TabbedBrowsingTest#closeAllTabsTest 31 - class org.mozilla.fenix.ui.TopSitesTest#openTopSiteInANewTabTest 32 - class org.mozilla.fenix.ui.BookmarksTest#verifyAddBookmarkButtonTest 33 - class org.mozilla.fenix.ui.LoginsTest#verifyCopyLoginCredentialsToClipboardTest 34 35 device: 36 - model: MediumPhone.arm 37 version: 30 38 locale: en_US 39 - model: MediumPhone.arm 40 version: 32 41 locale: en_US 42 43 flank: 44 project: GOOGLE_PROJECT 45 max-test-shards: 4 46 num-test-runs: 1 47 output-style: compact 48 full-junit-result: true