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
|
2019-09-27 15:57:57 +00:00
|
|
|
async: false
|
2020-04-03 16:37:16 +00:00
|
|
|
num-flaky-test-attempts: 1
|
|
|
|
|
2022-09-14 14:42:25 +00:00
|
|
|
app: /app/path
|
2019-07-26 15:08:01 +00:00
|
|
|
test: /test/path
|
|
|
|
|
2021-09-16 21:30:30 +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
|
|
|
|
|
2019-09-30 11:09:46 +00:00
|
|
|
test-targets:
|
2021-08-13 19:00:10 +00:00
|
|
|
- notPackage org.mozilla.fenix.screenshots
|
|
|
|
- notPackage org.mozilla.fenix.syncintegration
|
2023-08-11 18:45:20 +00:00
|
|
|
- notPackage org.mozilla.fenix.experimentintegration
|
2019-09-30 11:09:46 +00:00
|
|
|
|
2019-07-26 15:08:01 +00:00
|
|
|
device:
|
2020-04-06 19:19:26 +00:00
|
|
|
- model: Pixel2
|
2022-04-27 14:53:45 +00:00
|
|
|
version: 30
|
2021-11-08 13:05:53 +00:00
|
|
|
locale: en_US
|
2019-07-26 15:08:01 +00:00
|
|
|
|
|
|
|
flank:
|
|
|
|
project: GOOGLE_PROJECT
|
2021-04-19 16:22:01 +00:00
|
|
|
max-test-shards: -1
|
2021-02-11 11:48:45 +00:00
|
|
|
num-test-runs: 1
|
2021-04-19 16:22:01 +00:00
|
|
|
output-style: compact
|
2021-06-09 14:55:39 +00:00
|
|
|
full-junit-result: true
|