diff options
Diffstat (limited to 'mobile/android/focus-android/automation/taskcluster/androidTest/flank-arm-beta.yml')
-rw-r--r-- | mobile/android/focus-android/automation/taskcluster/androidTest/flank-arm-beta.yml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mobile/android/focus-android/automation/taskcluster/androidTest/flank-arm-beta.yml b/mobile/android/focus-android/automation/taskcluster/androidTest/flank-arm-beta.yml new file mode 100644 index 0000000000..8a3fea6dd4 --- /dev/null +++ b/mobile/android/focus-android/automation/taskcluster/androidTest/flank-arm-beta.yml @@ -0,0 +1,36 @@ +# Google Cloud Documentation: https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run +# Flank Documentation: https://flank.github.io/flank/ +gcloud: + results-bucket: focus_android_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.focus.activity.SearchTest#testBlankSearchDoesNothing + - class org.mozilla.focus.activity.EraseBrowsingDataTest#deleteHistoryOnRestartTest + + device: + - model: Pixel2.arm + version: 30 + locale: en_US + +flank: + project: GOOGLE_PROJECT + max-test-shards: 1 + num-test-runs: 1 + output-style: compact + full-junit-result: true |