diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/test/firebase-test-lab.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/android/test/firebase-test-lab.yml b/android/test/firebase-test-lab.yml new file mode 100644 index 0000000000..feaefbc236 --- /dev/null +++ b/android/test/firebase-test-lab.yml @@ -0,0 +1,14 @@ +--- +default: + type: instrumentation + app: android/app/build/outputs/apk/ossProd/debug/app-oss-prod-debug.apk + test: android/test/mockapi/build/outputs/apk/debug/mockapi-debug.apk + timeout: 10m + use-orchestrator: true + device: + - {model: shiba, version: 34, locale: en, orientation: portrait} + - {model: tangorpro, version: 33, locale: en, orientation: portrait} + - {model: felix, version: 33, locale: en, orientation: portrait} + - {model: GoogleTvEmulator, version: 30, locale: en, orientation: landscape} + environment-variables: + clearPackageData: "true" |
