2022-09-14 14:42:25 +00:00
|
|
|
# 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: 30m
|
|
|
|
async: false
|
|
|
|
num-flaky-test-attempts: 1
|
|
|
|
|
|
|
|
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:
|
|
|
|
- class org.mozilla.fenix.ui.NavigationToolbarTest#visitURLTest
|
|
|
|
- class org.mozilla.fenix.ui.HistoryTest#visitedUrlHistoryTest
|
|
|
|
- class org.mozilla.fenix.ui.SmokeTest#openMainMenuSettingsItemTest
|
|
|
|
- class org.mozilla.fenix.ui.SettingsSearchTest#toggleSearchSuggestionsTest
|
|
|
|
- class org.mozilla.fenix.ui.CollectionTest#deleteCollectionTest
|
|
|
|
- class org.mozilla.fenix.ui.SmokeTest#noHistoryInPrivateBrowsingTest
|
|
|
|
- class org.mozilla.fenix.ui.NoNetworkAccessStartupTests#noNetworkConnectionStartupTest
|
|
|
|
|
|
|
|
device:
|
|
|
|
- model: Pixel2.arm
|
|
|
|
version: 30
|
|
|
|
locale: en_US
|
|
|
|
|
|
|
|
flank:
|
|
|
|
project: GOOGLE_PROJECT
|
2022-09-15 16:46:28 +00:00
|
|
|
max-test-shards: 2
|
2022-09-14 14:42:25 +00:00
|
|
|
num-test-runs: 1
|
|
|
|
output-style: compact
|
|
|
|
full-junit-result: true
|
|
|
|
|