mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
40 lines
805 B
YAML
40 lines
805 B
YAML
# 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: false
|
|
timeout: 10m
|
|
async: false
|
|
|
|
app: /app/path
|
|
|
|
auto-google-login: false
|
|
use-orchestrator: true
|
|
environment-variables:
|
|
clearPackageData: true
|
|
|
|
device:
|
|
- model: Pixel2.arm
|
|
version: 26
|
|
locale: en_US
|
|
- model: Pixel2.arm
|
|
version: 27
|
|
locale: en_US
|
|
- model: dreamlte
|
|
version: 28
|
|
locale: en_US
|
|
- model: blueline
|
|
version: 28
|
|
locale: en_US
|
|
- model: x1q
|
|
version: 29
|
|
locale: en_US
|
|
|
|
type: robo
|
|
|
|
flank:
|
|
project: GOOGLE_PROJECT
|
|
num-test-runs: 1
|
|
output-style: compact
|
|
full-junit-result: true
|