arm-start-test.yml (1213B)
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 - class org.mozilla.fenix.ui.SettingsAboutTest#verifyLibrariesListInReleaseBuildsTest 29 30 device: 31 - model: MediumPhone.arm 32 version: 34 33 locale: en_US 34 35 flank: 36 project: GOOGLE_PROJECT 37 max-test-shards: 2 38 num-test-runs: 1 39 output-style: compact 40 full-junit-result: true