Source code
Revision control
Copy as Markdown
Other Tools
# Google Cloud Documentation: https://cloud.google.com/sdk/gcloud/reference/firebase/test/android/run
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
detect-leaks: true # enables memory leak checks in DetectMemoryLeaksRule
# Shared storage, deliberately. clearPackageData above runs `pm clear` between
# tests, which deletes the app-scoped external directories --- a report written
# to Android/media/<pkg> is gone before the harness pulls it. Leak traces land
# in a memory_leaks subdirectory of this path; keep the directories-to-pull
# entry below and the MEMORY_LEAKS glob in copy-artifacts-from-ftl.py in step.
additionalTestOutputDir: /sdcard/Download
directories-to-pull:
- /sdcard/screenshots
- /sdcard/Download/memory_leaks
performance-metrics: true
other-files:
/data/local/tmp/org.mozilla.fenix.debug-geckoview-config.yaml: geckoview-configs/org.mozilla.fenix.debug-geckoview-config.yaml
test-targets:
- notPackage org.mozilla.fenix.syncintegration
- notPackage org.mozilla.fenix.experimentintegration
- notPackage org.mozilla.fenix.ui.efficiency.devtools
- package org.mozilla.fenix.ui.efficiency.tests
device:
- model: MediumPhone.arm
version: 34
locale: en_US
parameterized-tests: default
flank:
project: GOOGLE_PROJECT
max-test-shards: 20
num-test-runs: 1
output-style: compact
full-junit-result: true