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/
|
2019-07-26 15:08:01 +00:00
|
|
|
gcloud:
|
|
|
|
results-bucket: fenix_test_artifacts
|
|
|
|
record-video: true
|
2023-01-25 08:18:49 +00:00
|
|
|
timeout: 15m
|
2022-09-14 14:42:25 +00:00
|
|
|
async: false
|
|
|
|
num-flaky-test-attempts: 1
|
2019-12-03 05:43:40 +00:00
|
|
|
|
2022-09-14 14:42:25 +00:00
|
|
|
app: /app/path
|
|
|
|
test: /test/path
|
2019-07-26 15:08:01 +00:00
|
|
|
|
2022-09-14 14:42:25 +00:00
|
|
|
auto-google-login: false
|
2019-07-26 15:08:01 +00:00
|
|
|
use-orchestrator: true
|
|
|
|
environment-variables:
|
|
|
|
clearPackageData: true
|
|
|
|
directories-to-pull:
|
|
|
|
- /sdcard/screenshots
|
|
|
|
performance-metrics: true
|
|
|
|
|
2022-09-14 14:42:25 +00:00
|
|
|
test-targets:
|
|
|
|
- notPackage org.mozilla.fenix.screenshots
|
|
|
|
- notPackage org.mozilla.fenix.syncintegration
|
|
|
|
|
2019-07-26 15:08:01 +00:00
|
|
|
device:
|
2022-09-14 14:42:25 +00:00
|
|
|
- model: Pixel2.arm
|
|
|
|
version: 30
|
|
|
|
locale: en_US
|
2019-07-26 15:08:01 +00:00
|
|
|
|
|
|
|
flank:
|
|
|
|
project: GOOGLE_PROJECT
|
2023-01-30 18:03:39 +00:00
|
|
|
max-test-shards: 100
|
2019-12-03 05:43:40 +00:00
|
|
|
num-test-runs: 1
|
2022-09-14 14:42:25 +00:00
|
|
|
output-style: compact
|
|
|
|
full-junit-result: true
|